smartobjectoriented / soo

SOO - Smart Object Oriented - technology enables migration of Mobile Entities between Smart Objects in order to develop fully decentralized and autonomous embedded systems at large scale (https://smartobjectoriented.github.io/soo)
GNU General Public License v2.0
2 stars 1 forks source link

toolchain mismatch between doc and Makefiles #44

Open AnthoJack opened 11 months ago

AnthoJack commented 11 months ago

The SOO user guide recommends installing a "arm-linux-gnueabihf" toolchain but u-boot's Makefile expects a "arm-none-eabi" toolchain. linux uses the former when compiling

This results in an error at compile time for u-boot because the toolchain it uses doesn't recognize the architecture given in -mtune

daniel-rossier commented 11 months ago

I suggest to use the same toolchain (32-bit) than the other components (kernel, rootfs, etc.)