Troubles setting up Eclipse/GCC for STM32 [message #1826495] |
Sat, 25 April 2020 17:49  |
Eclipse User |
|
|
|
Hi,
I'm trying to setup Eclipse 2019-09 R (4.13.0) with a GCC cross-compiler to develop code for the ST MCU motor control code. I have been using the book "Mastering STM32" from Carmine Noviello.com as well as other online references.
I am using a Windows 10 x64 system and have the build tools from ilg-lu installed. I have verified these tools (make etc) are working.
I am close but not there. When I create the sample project 'hello-nucleo' and compile I get an error:
c:/users/user/appdata/roaming/gnu mcu eclipse/build tools/2.12-20190422-1053/bin/sh: arm-none-eabi-gcc: not found
make: *** [system/src/stm32f3-stdperiph/subdir.mk:23: system/src/stm32f3-stdperiph/stm32f30x_gpio.o] Error 127
I have redone the setup several times ensuring the path to my tool chain is C:\STM32ToolChain\gcc-arm. The folder gcc-arm contains the sub-folders:
arm-none-eabi
bin
lib
share
I'd appreciate any help offered ;)
|
|
|
|
Powered by
FUDForum. Page generated in 0.27262 seconds