You are not logged in.
Pages: 1
I'm trying to get the Arduino development environment working on my Plugbox Linux. I don't need the IDE. I just want to compile and download to the Arduino from the command line.
I installed with...
# pacman -S avrdude binutils-avr gcc-avr
But I can't run the compiler...
$ avr-gcc -o blink.out blink.c
/usr/lib/gcc/avr/4.4.3/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory
I found a libmpfr.so.4 in /usr/lib, but cc1 wants an older version.
How do I solve this problem?
Offline
You are using an old gcc-avr package (4.3.1) latest on repos in (4.5.1)
pacman -Sy
Offline
pacman -Sy doesn't seem to know about the latest version.
$ sudo pacman -Sy
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
Offline
Change your mirror
Offline
Sorry, but I'm quite new at all this. How do I find another mirror for the arm architecture?
Offline
Woah.... hang on there... Are you running Arch Mobile?
Offline
Its Plugbox Linux. It runs on the Seagate Dockstar. See http://plugapps.com
Offline
Great... ask them.
Offline
Pages: 1