Arduino (Teensy) 用の Eclipse で小さな C++ プログラムを開発しようとしています。
私の問題は、コンパイルすると次のエラーが発生することです。
make all
Building file: ../src/main.cpp
/bin/sh: 1: arm-elf-g++: not found
make: *** [src/main.o] Fehler 127
Invoking: ARM Linux GCC C++ Compiler (GNUARM)
arm-elf-g++ -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I"/home/darcade/workspace/TeensyCore3/src" -Os -ffunction-sections -fdata-sections -Wall -Wa,-adhlns="src/main.o.lst" -fno-exceptions -fno-rtti -c -fmessage-length=0 -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.cpp"
21:17:05 Build Finished (took 124ms)
私のPCで「arm-elf-g++」を検索しましたが、何も見つかりませんでした...
PC で Debian テストを実行しています。
あなたが私を助けてくれることを願っています。
lg ダルケード