when I compile a sketch in the Arduino Ide I get this error: avr-g++: error trying to exec 'cclplus' : execcvp : No such file or directory
working great in raspian
On Wed, May 20, 2015 at 5:18 PM, Antonio M antonio.montagnani@gmail.com wrote:
when I compile a sketch in the Arduino Ide I get this error: avr-g++: error trying to exec 'cclplus' : execcvp : No such file or directory
What OS release are you using? Have you installed the avr cross compilers/tools?
I am using Fedora 21 and I have installed:
avr-binutils avr-gcc avr-gcc++ avr-libc avr-dude
and it is similar to a working system on a 64bit Intel platform
tnx for help
2015-05-20 18:38 GMT+02:00 Peter Robinson pbrobinson@gmail.com:
On Wed, May 20, 2015 at 5:18 PM, Antonio M antonio.montagnani@gmail.com wrote:
when I compile a sketch in the Arduino Ide I get this error: avr-g++: error trying to exec 'cclplus' : execcvp : No such file or directory
What OS release are you using? Have you installed the avr cross compilers/tools?
On Thu, May 21, 2015 at 9:32 AM, Antonio M antonio.montagnani@gmail.com wrote:
I am using Fedora 21 and I have installed:
avr-binutils avr-gcc avr-gcc++ avr-libc avr-dude
and it is similar to a working system on a 64bit Intel platform
tnx for help
2015-05-20 18:38 GMT+02:00 Peter Robinson pbrobinson@gmail.com:
On Wed, May 20, 2015 at 5:18 PM, Antonio M antonio.montagnani@gmail.com wrote:
when I compile a sketch in the Arduino Ide I get this error: avr-g++: error trying to exec 'cclplus' : execcvp : No such file or directory
What OS release are you using? Have you installed the avr cross compilers/tools?
So it works on Fedora on x86? If so what package is cclplus in? Find the binary, probably in /usr/bin, and check with "rpm -qf /usr/bin/cclplus" and then see if that's installed on ARM.
Doing "dnf repoquery --whatprovides cclplus" doesn't return anything for me so I'm not sure if that package is in Fedora or if dnf is playing dumb.
Peter
cc1plus is in usr/libexec/gcc/avr/4.9.2 on both machines (Intel and Raspberry)
I am surprised that it doesn't work
2015-05-21 10:41 GMT+02:00 Peter Robinson pbrobinson@gmail.com:
On Thu, May 21, 2015 at 9:32 AM, Antonio M antonio.montagnani@gmail.com wrote:
I am using Fedora 21 and I have installed:
avr-binutils avr-gcc avr-gcc++ avr-libc avr-dude
and it is similar to a working system on a 64bit Intel platform
tnx for help
2015-05-20 18:38 GMT+02:00 Peter Robinson pbrobinson@gmail.com:
On Wed, May 20, 2015 at 5:18 PM, Antonio M antonio.montagnani@gmail.com wrote:
when I compile a sketch in the Arduino Ide I get this error: avr-g++: error trying to exec 'cclplus' : execcvp : No such file or directory
What OS release are you using? Have you installed the avr cross compilers/tools?
So it works on Fedora on x86? If so what package is cclplus in? Find the binary, probably in /usr/bin, and check with "rpm -qf /usr/bin/cclplus" and then see if that's installed on ARM.
Doing "dnf repoquery --whatprovides cclplus" doesn't return anything for me so I'm not sure if that package is in Fedora or if dnf is playing dumb.
Peter
arm mailing list arm@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/arm