Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Troubles setting up Eclipse/GCC for STM32(Eclipse can't find arm-none-eabi-gcc)
Troubles setting up Eclipse/GCC for STM32 [message #1826495] Sat, 25 April 2020 21:49 Go to next message
Brian Tremaine is currently offline Brian TremaineFriend
Messages: 1
Registered: April 2020
Junior Member
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 ;)
Re: Troubles setting up Eclipse/GCC for STM32 [message #1826857 is a reply to message #1826495] Sat, 02 May 2020 18:46 Go to previous message
Helen Keller is currently offline Helen KellerFriend
Messages: 173
Registered: June 2019
Senior Member
When you initially set-up for cross-complier did you included " prefix" ? A fancy name for cross-complier search path.
Unfortunately I do not rememberer , senior moment, how to change AFTER you have your project setup or where to read it. Sorry.
Previous Topic:includes
Next Topic:How to link a library to library - follow up on another post.
Goto Forum:
  


Current Time: Thu Apr 25 07:32:18 GMT 2024

Powered by FUDForum. Page generated in 0.02968 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top