Search found 3 matches

by Rico_UK
Thu May 02, 2019 11:55 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How to set gcc-arm-none-eabi as toolchain in Eclipse
Replies: 4
Views: 19118

Re: How to set gcc-arm-none-eabi as toolchain in Eclipse

Hi All, Fixed it! I needed some 32bit shared libraries for the ARM Cross GCC to run - see step 5 below. For future reference and anyone setting up Erika2.8 on Ubuntu 18: 1) Download JDK 1.7_80 from Oracle 2) Extract it to a local directory and move it to /usr/lib/jvm: sudo cp ./jdk1.7.0_80 /usr/lib/...
by Rico_UK
Thu May 02, 2019 11:10 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How to set gcc-arm-none-eabi as toolchain in Eclipse
Replies: 4
Views: 19118

Re: How to set gcc-arm-none-eabi as toolchain in Eclipse

Hi PJ, Thanks for the pointer. I had already set the path but hadn't deleted the Debug directory. Now it's looking in the right place but still can't find the compiler. Here is a screenshot showing the "compiler not found" message in the Build Console and a shell showing the compiler really does exi...
by Rico_UK
Wed May 01, 2019 2:07 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How to set gcc-arm-none-eabi as toolchain in Eclipse
Replies: 4
Views: 19118

How to set gcc-arm-none-eabi as toolchain in Eclipse

Hi, I have a Ubuntu 18.04 system with JDK 1.7_80, arm cross compiler (gcc-arm-none-eabi-4_9-2015q3), eclipse Juno and Erika 2.80 installed. I can start eclipse and create a project from the STM32F4 templates. However, when I try to build the project it fails with: ** Compiler not found. Provided pat...