HI, I am trying to build a system sort of inspired by critter and guitari's Organelle. I started about 6 months ago and got a Odroid c1+ as it was a good option at the time, Now with the likes of pi 3 and odroid c2 its a bit behind the curve. I got pure data running headless and then let the project sit for a few months. Now i have an axoloti core and would love to be able to build patches from the odroid.
during building the problem im running into is when compiling firmware
"/home/fakework/axoloti/platform_linux/../chibios/os/ports/GCC/ARMCMx/crt0.c -o build/obj/crt0.o
/home/fakework/axoloti/platform_linux/../platform_linux/bin/arm-none-eabi-gcc: 1: /home/fakework/axoloti/platform_linux/../platform_linux/bin/arm-none-eabi-gcc: Syntax error: word unexpected (expecting ")")
/home/fakework/axoloti/platform_linux/../chibios/os/ports/GCC/ARMCMx/rules.mk:180: recipe for target 'build/obj/crt0.o' failed
make: *** [build/obj/crt0.o] Error 2"
Any help or ideas?
Thank you.