Toolchain build script is not working #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I haven't had the time to debug this. Manually running all commands in toolchain/build.sh with correct environment variables set builds the toolchain flawlessly. When using the provided script libgcc doesn't seem to actually build with -mcmodel=large and causes link errors when linking kernel.
Hmmm strange.. 🤔
Fixed in commit
8b81406b81
I moved full toolchain compilation to single pass of toolchain/build.sh which seemed to fix the issue. No idea what the problem actually was... something related to libstdc++.
Good job!