We only need one GCC toolchain #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?
Right now:
Clean this up and make sure we use only one to avoid bloating the development environment.
Is there any reason why FSBL can't be built directly with pkgs.pkgsCross.armv7l-hf-multiplatform?
Trying to build fsbl with pkgs.pkgsCross.armv7l-hf-multiplatform and currently dealing with this error:
Checking for some workaround.
U-Boot doesn't also need newlib?
I tried to build it using the newlib toolchain, but from the error log, it seems it is dependent on linux toolchain:
Okay. How many toolchains do we have in total right now?
At this point, I think we still have 3:
Will work on unifying the last 2 toolchains in the next PR.