PDA

View Full Version : C++ with Gnude


damir
09-02-2003, 11:11 PM
Hi all
please help me

How cam i compile C++ code with the gnude ?
Thanks
Amir ;)

JayA
09-07-2003, 08:44 AM
Use arm-elf-c++.exe to compile your files.

If you like also use a makefile and GNU make, read the:
Gnude - Installer package for gnu-arm
thread as that has some useful tips to get started. Although I have not quite figured it all out as yet, because the BREWelf2mod tool does not support exceptions/lexical unwinding and the default inplementation of new/delete in the gcc libraries uses these, so you have to write your own.

JayA

aisaksen
09-07-2003, 01:10 PM
BREWelf2mod does support exceptions....it was able to compile exception code on my machine just fine when used with the GNUDE 1.1 toolchain.

-Aaron