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

Cannot build libstdc++ and shared libgcc without libc and crts #24

Closed
MarcoCicognani opened this issue Feb 27, 2020 · 1 comment
Closed
Assignees
Labels

Comments

@MarcoCicognani
Copy link

The toolchain builder script fails when tries to link the shared libgcc due to a missing libc and crts.
You should compile the static version of the C library and the crts between the gcc and the libgcc build.

keep it up Max!!

@MarcoCicognani MarcoCicognani changed the title Cannot build shared libgcc without libc and crts Cannot build shared libgcc without libc and crts and libstdc++ Feb 27, 2020
@maxdev1
Copy link
Owner

maxdev1 commented Feb 27, 2020

Hey @MarcoCicognani, you are right, I made a mistake somewhere there when I introduced shared versions of libgcc. Thanks for your ideas I'll have a look and try to fix this soon.

@maxdev1 maxdev1 added the bug label Feb 27, 2020
@maxdev1 maxdev1 self-assigned this Feb 27, 2020
@MarcoCicognani MarcoCicognani changed the title Cannot build shared libgcc without libc and crts and libstdc++ Cannot build libstdc++ and shared libgcc without libc and crts Feb 28, 2020
@maxdev1 maxdev1 closed this as completed May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants