Thanks, Peter. I will give it a try.
Greg Peter Jansen wrote: > > Hi Greg > >> Thank you for your reply. I do need more instructiond on how to proceed. >> I >> have never done this before. > > Have a look at, > > http://mspgcc.sourceforge.net/manual/x1746.html > > This builds the c compiler see if that works out. > > You also need gcc-g++-3.2.3.tar.bz2 from the gnu archive, unziped after > you unzip the gcc-core-3.2.3.tar.bz2 file. > > I tried building the c++ compiler, but had a few problems, one is a bug > in the c++ part of gcc-3.2.3 which does not compile with gcc-4, the next > problem I found is that the c++ language tries to build libiberty and > libstdc++v3 for the target, which don't work as there are some missing > functions in msp430-libc. I managed to stop these being built by editing > the Makefile manually, Ill see if there is a way of configuring this. > > If you get the compiler working, the you need to compile your code with > -fno-rtti and -fno-enforce-eh-specs. You wont be able to instantiate > classes with the msp430 either as there is only limited memory, objects > will have to be static. > > Regards, > > -- > Peter Jansen > STS > Antarctic Division > 203 Channel Highway > Kingston > TAS 7050 > AUSTRALIA > Phone +61 3 6232 3533 > > ___________________________________________________________________________ > > Australian Government Antarctic Division - Commonwealth of Australia > IMPORTANT: This transmission is intended for the addressee only. If you > are not the > intended recipient, you are notified that use or dissemination of this > communication is > strictly prohibited by Commonwealth law. If you have received this > transmission in error, > please notify the sender immediately by e-mail or by telephoning +61 3 > 6232 3209 and > DELETE the message. > Visit our web site at http://www.aad.gov.au/ > ___________________________________________________________________________ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > > -- View this message in context: http://www.nabble.com/C%2B%2B-Support-tf1521561.html#a8742018 Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.
