Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Make All Doesn't Work (C:\Program:)(C:\Program: C:\Program: No such file or directory)
Make All Doesn't Work (C:\Program:) [message #1053830] Tue, 07 May 2013 19:05 Go to next message
Ahmed Tarhan is currently offline Ahmed TarhanFriend
Messages: 3
Registered: April 2013
Junior Member
Hi,

I'm trying to create build and debug environment for Stm32f4 microcontroller.
Everything was fine for a long time, but today I can't build my project.

I'm using CodeSourcery toolchain.

My Console Output is below;

make all
C:\Program: C:\Program: No such file or directory
make: *** [startup_src/startup_stm32f4xx.o] Error 127

I'm looking forward for your suggestions.
Re: Make All Doesn't Work (C:\Program:) [SOLVED] [message #1057848 is a reply to message #1053830] Thu, 09 May 2013 09:59 Go to previous message
Ahmed Tarhan is currently offline Ahmed TarhanFriend
Messages: 3
Registered: April 2013
Junior Member
Hi;
I solved the problem by changing the path variable.

Right Click To Project->Properties->C/C++ Build->Environment->PATH->Edit

Change all "C:\Program Files(x86)" strings to "C:\PROGRA~2"
and
change all "C:\Program Files" strings to "C:\PROGRA~1"

that solved my problems.
Previous Topic:Using gdb debugger for remote session with gdbserver
Next Topic:set solib-search-path" or "set sysroot error
Goto Forum:
  


Current Time: Sat Apr 27 04:04:11 GMT 2024

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

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

Back to the top