ausserirdischegesund
Active member
Teensy 2 works flawlessly for me. But I've got a problem with the beta9 for Teensy 3 on my 64bit Ubuntu box When I compile I always get:
Cannot run program "/home/ralph/arduino-1.0.2/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++": error=2, no such file or directory.
The strange thing is, this file does indeed exist at the location above. It seems to be 32 bit, though:
root@sputnik:~/arduino-1.0.2/hardware/tools/arm-none-eabi/bin# file arm-none-eabi-g++
arm-none-eabi-g++: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped
which might be a problem on my 64bit system:
uname -a
Linux sputnik 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Any ideas what I am doing wrong? i just have to untar the beta IDE, there is no installation?
TIA
Ralph
Cannot run program "/home/ralph/arduino-1.0.2/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++": error=2, no such file or directory.
The strange thing is, this file does indeed exist at the location above. It seems to be 32 bit, though:
root@sputnik:~/arduino-1.0.2/hardware/tools/arm-none-eabi/bin# file arm-none-eabi-g++
arm-none-eabi-g++: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped
which might be a problem on my 64bit system:
uname -a
Linux sputnik 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Any ideas what I am doing wrong? i just have to untar the beta IDE, there is no installation?
TIA
Ralph