liquidware / antipasto_arduino

A Liquidware Arduino Distribution
antipastohw.blogspot.com
Other
29 stars 11 forks source link

antipasto 044 examples do not compile on 32 bit linux #22

Open josh-richard opened 12 years ago

josh-richard commented 12 years ago

Perhaps it is me :)

untarred Arduino_Antipasto_linux-0044.tgz (md5 cde30e5d34193c4e020dea944df2f15a) and attempted to compile the example GetHeadingSerial. I receive this error in the antipasto IDE:

BUILD FAILED /home/jrichar4/arduino/Antipasto/hardware/arduino/cores/arduino/build.xml:121: The following error occurred while executing this line: /home/jrichar4/arduino/Antipasto/hardware/arduino/cores/arduino/src/components/libraries/build.xml:100: The following error occurred while executing this line: /home/jrichar4/arduino/Antipasto/hardware/arduino/cores/arduino/config/build.ccmacros.xml:92: apply returned: 1

and this error on the console which may be a clue:

BUILD SUCCESSFUL Total time: 0 seconds rebuildExamplesMenu() ' /home/jrichar4/arduino/Antipasto/hardware/arduino/cores/arduino/src/examples' Handling the compile 1 Saving sketches... Sketches saved. compile(), new thread run about to sketch.compile() [echo] Building Arduino Uno libraries... [apply] /home/jrichar4/arduino/Antipasto/hardware/tools/avr/bin/../libexec/gcc/avr/4.3.3/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory

Is there a missing .so in the build? Any help would be appreciated. Let me know what I can do if you need more info.

-josh