Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking with "-mcrt=clib2-ts" causes a linker failure #6

Open
capehill opened this issue Aug 1, 2017 · 2 comments
Open

Linking with "-mcrt=clib2-ts" causes a linker failure #6

capehill opened this issue Aug 1, 2017 · 2 comments

Comments

@capehill
Copy link

capehill commented Aug 1, 2017

Not sure if this is actually GCC-related rather than clib2.

I am using GCC 4.2.4 and clib2 release 1.215.

If I try to link a project with -mcrt=clib2-ts, ld complains about missing -lgcc.

@ssolie
Copy link
Member

ssolie commented Aug 1, 2017

That is a GCC issue and not related to clib2. There is either a link missing in the GCC config or the libgcc must be built against clib2-ts or both. I'm not sure since I never built libgcc myself.

@capehill
Copy link
Author

capehill commented Aug 7, 2017

Should I report this elsewhere then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants