Use nix gnu toolchain format for baremetal apps #53
Loading…
Reference in New Issue
No description provided.
Delete Branch "fsagbuya/nix-servo:zynq-baremetal"
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?
Description
Use the nix format for gnu toolchain for arm cross-compilation.
fsbl
is dependent onnewlib
to compile, which is difficult to emulate using glibc from the linux gnu toolchain. Additionally, arm has separate toolchain for bare-metal and linux targets.Proposing to use at most 2 gnu toolchain, one for bare-metal application (i.e. fsbl, using newlib) and one for linux development (using glibc).
Related issue: #1
Build log:
Okay. Looks good - at least this code does. Can you send a similar PR in zynq-rs as well?
Will do.