salva g wrote:
>
>
> Hi all,
> I'm making my first c++ project and trying to compile with Eclipse in
> the 7800. Because the files are now cpp I have to do some changes in
> Eclipse project properties:
> The c compiler was *arm-none-linux-gnueabi-gcc.exe* for C projects,
> with option *-O0 -g3 -Wall -c -fmessage-length=0*, but for cpp
> projects what should be the configuration? I think
> /arm-none-linux-gnueabi-cpp.exe/ or /arm-none-linux-gnueabi-c++.exe/
> but I'm not sure and also don't know what options to put.
> Please anyone can give me information for this issue
> Thanks in advance
> Salva
>
cpp -> "C Pre Processor" (not what you want).
normally one would use g++; so arm-none-linux-gnueabi-g++.exe.
If that fails, try c++.
-bms
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|