User forums > Help

using CYGWIN MAKE from within codeblocks

(1/2) > >>

Oulaxer11:
I have looked into the wiki and the manuals and some other online doco in regards to getting compilers and make working and I am not having any luck...

My first goal is to simply get the command


--- Code: ---make cleanall
--- End code ---

to work

My work is using CYGWIN make and a Cosmic Compiler - both are installed in different locations if that matters. the source code is of course located in a 3rd location...

Steps I have taken so far (under Toolchain Executables)
for Make Program  -
--- Code: ---make.exe
--- End code ---

for Additional paths I have -
--- Code: ---C:\cygwin\bin
--- End code ---

I think I am close.... when I try to clean I get this error



--- Code: ---..
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `echo Deleting build files (ls, o, 695, x12 ,sym)'
make: *** [clean] Error 2
Process terminated with status 2 (0 minutes, 1 seconds)
0 errors, 0 warnings
 

--- End code ---


Any help with this would be greatly appreciated...




I made a copy of the GNU Compiler as a base for my attempt at a compiler package..




If I can, I would like to add what I learn here to the wiki for others

Oulaxer11:
I understand that this is probably a very elementary issue here... but for those who have to manually set this stuff up... its impossible to get working without some insight.... and as I said, I would be more than willing to add this knowledge to the wiki...

mandrav:

--- Quote from: Oulaxer11 on February 21, 2008, 10:17:14 pm ---I think I am close.... when I try to clean I get this error



--- Code: ---..
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `echo Deleting build files (ls, o, 695, x12 ,sym)'
make: *** [clean] Error 2
Process terminated with status 2 (0 minutes, 1 seconds)
0 errors, 0 warnings
 

--- End code ---


Any help with this would be greatly appreciated...

--- End quote ---

Your file has syntax errors...

Oulaxer11:
Seriously?  Look, here is proof that it works in the command shell, see attached...

[attachment deleted by admin]

Jenna:
Is there another make-program in "Compiler's installation directory" that might interfere with the one in "Additional paths"?
If yes, you can try to rename one of them.

Navigation

[0] Message Index

[#] Next page

Go to full version