Cannot open output file (for executable)

  • Follow


Hello-

I am new to lcc. I have created a project in the dir:

"C:\Documents and Settings\martell\My Documents\Maat"

That dir has all my source code.

My project build dir is set to:

"C:\Documents and Settings\martell\My Documents\Maat\lcc"

My output file name is set to:

"C:\Documents and Settings\martell\My Documents\Maat\lcc\maat.exe"

When I try to build my app, everything compiles fine, but the link
fails with this message:

cannot open output file documents\maat"lcc\daat.exe:

That is the complete, exact message (with the quote between maat and
lcc, and the trailing colon).

I'm thinking this has something to do with the spaces in the path
names, but I have checked and checked, and everything is properly
quoted. I've also tried directing the output file to a different
location (without a space in the path), but I get the same error.

Anyone know what I need to do to fix this so I can build my exe?

TIA!
-larry

0
Reply natkelcri (50) 12/27/2005 9:02:28 PM

Larry Martell a �crit :
> Hello-
> 
> I am new to lcc. I have created a project in the dir:
> 
> "C:\Documents and Settings\martell\My Documents\Maat"
> 
> That dir has all my source code.
> 
> My project build dir is set to:
> 
> "C:\Documents and Settings\martell\My Documents\Maat\lcc"
> 
> My output file name is set to:
> 
> "C:\Documents and Settings\martell\My Documents\Maat\lcc\maat.exe"
> 
> When I try to build my app, everything compiles fine, but the link
> fails with this message:
> 
> cannot open output file documents\maat"lcc\daat.exe:
> 
> That is the complete, exact message (with the quote between maat and
> lcc, and the trailing colon).
> 
> I'm thinking this has something to do with the spaces in the path
> names, but I have checked and checked, and everything is properly
> quoted. I've also tried directing the output file to a different
> location (without a space in the path), but I get the same error.
> 
> Anyone know what I need to do to fix this so I can build my exe?
> 
> TIA!
> -larry
> 

This is a bug, sorry
Can you please send me the makefile generated by wedit?

Thanks
0
Reply jacob 12/27/2005 11:20:42 PM


1 Replies
489 Views

(page loaded in 0.344 seconds)

Similiar Articles:













7/22/2012 9:31:39 PM


Reply: