Alex
Alex
@perfectphase I've run into the same problem but since I'm compiling on Raspbian a 32-bit system I'm not sure why I'm getting the same error you were: make: *** [build/TestV9-g2v9k/motate/cmsis/TARGET_Atmel/sam3x/source/templates/exceptions.o]...
@giseburt Thanks for the clarification Rob... I wasn't even considering the difference in architecture. So I guess my best bet for now would be to move to a 32-bit Intel...
I wound up using a work around by loading linux on an older computer and compiling on there. Is there another way to do it now?
Ok will see if I can try it next week.
Okay, I was able to get a 64-bit Linux system running but when I went to compile I got this error: ``` make[1]: Leaving directory '/home/alex/g2/Motate/Tools' Compiling c ../Motate/MotateProject/motate/cmsis/TARGET_Atmel/sam3x/source/templates/exceptions.c ->...
Okay after rereading the thread carefully I installed the 32-bit Linux compatibility using: **sudo apt-get install lib32ncurses5 lib32z1** and was then able to compile successfully: _Exporting symbols bin/TestV9-g2v9k/g2core.elf.txt Making binary...