tannewt / embedded

Python toolkit for building (aka compiling and linking) embedded projects
MIT License
4 stars 1 forks source link

linker doesn't like --print-memory-usage on raspberry pi5 #3 #4

Open d-c-d opened 5 months ago

d-c-d commented 5 months ago

use -fuse-ld=bfd to use the gnu linker that supports --print-memory-usage (Clang/LLVM did not support --print-memory-usage)