Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » mingw32-make: *** [Source/main.o] Error 1 (cannot build a simple Programm with the powerpc gnu c++ toolchain )
mingw32-make: *** [Source/main.o] Error 1 [message #937008] Mon, 08 October 2012 15:09 Go to next message
Maxime Moge is currently offline Maxime MogeFriend
Messages: 2
Registered: October 2012
Junior Member
Hello ,

This is here the console output:

**** Build of configuration Linux_Debug for project testo ****

C:\Program Files (x86)\Freescale\CW PA v10.1.2\gnu\bin\mingw32-make -j8 all 
'Building file: ../Source/main.cpp'
'Executing target #1 ../Source/main.cpp'
'Invoking: PowerPC LINUX e500v2 C++ Compiler'
"C:/Program Files (x86)/Freescale/CW PA v10.1.2/Cross_Tools/gcc-4.6.2-XMe500v2-linuxspe/bin/powerpc-unknown-linux-gnuspe-g++" "../Source/main.cpp" -I"C:/Program Files (x86)/Freescale/CW PA v10.1.2/Cross_Tools/gcc-4.6.3-XMe500v2-linuxspe/powerpc-unknown-linux-gnuspe/include" -O0 -g -Wall -std=c++0x -c -fmessage-length=0 -mcpu=8548 -MMD -MP -MF"Source/main.d" -MT"Source/main.d" -o"Source/main.o"
The system cannot find the path specified.
mingw32-make: *** [Source/main.o] Error 1


What am doing here wrong?

I manually included the directory. And it is a a generated makefile.

Thanks in advance
Re: mingw32-make: *** [Source/main.o] Error 1 [message #937120 is a reply to message #937008] Mon, 08 October 2012 17:30 Go to previous messageGo to next message
Klaus km is currently offline Klaus kmFriend
Messages: 142
Registered: November 2011
Senior Member
probably a problem with the spaces in your paths.
The common recommendation is to avoid spaces in paths and file names.
Try without spaces.

regards,
klaus


Re: mingw32-make: *** [Source/main.o] Error 1 [message #937694 is a reply to message #937120] Tue, 09 October 2012 07:27 Go to previous message
Maxime Moge is currently offline Maxime MogeFriend
Messages: 2
Registered: October 2012
Junior Member
Yeah Klaus,

many thanks for the reply.
Indeed, I moved the spaces and it works!!

Thanks
Previous Topic:Compiler Visual C++ Builds but no Output Files
Next Topic:Default console output
Goto Forum:
  


Current Time: Thu Apr 18 18:08:20 GMT 2024

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

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

Back to the top