Can't set outputFlags.... [message #118458] |
Fri, 18 November 2005 20:46 |
Eclipse User |
|
|
|
Originally posted by: pravish.appleaid.com
Hi All,
I hope this is the right place to post this. If not please tell me which
is the best group to post this too.
I have Eclipse 3.1 running on Debian Linux. I have CDT 3.0 installed. I
wanted to use a different compiler rather than gcc. The compiler is based
on an older version of gcc. It is called ecc. I want to use the managed
make feature. So I have created a simple Hello World project. In my
projects properties I put the full path to my ecc compiler in the command
area of the GCC C++ Compiler Tool Setting. I have my include paths and
additional flags setup too.
Bu tit turns out that the ecc compiler can't handle outputFlags like
-omain.cpp. But it can handle
-o main.cpp. the only difference being a space between the -o and the file
name.
My questions is, If I want to use a managed build is there anyway to
change the otherFlags to have a space in it before the filename?
Thanks,
--Paul Ravish
|
|
|
Powered by
FUDForum. Page generated in 0.08688 seconds