Hi! I was able to install and run MSPGCC on XP. I've integrated all the tools into Dev C++ and it seems to be working flawlessly. What you have to do is download the install package for windows. Make sure you have giveIO running and gdbproxy setup properly. If you want to integrate the compiler into Dev C++ that should not be big of a deal either. Just make sure you have all the directories setup and most importantly the switches for the compiler and linker. Here's what I have as part of my settings: ----Compiler:---- -c -std=gnu99 -g -O2 -Wall -Wp,-w -Wno-return-type -Wstrict-prototypes -mmcu=msp430x149 -v ----Linker:----- -mmcu=msp430x149
Make sure you get the latest libc files and you should be fine. Also do not forget to update DevC++ to V4.9.8.7 Good luck, m. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Garret Crisler Sent: Thursday, February 26, 2004 3:02 PM To: [email protected] Subject: Re: [Mspgcc-users] compiling toolchain I have been trying to figure out the literature. I am presently using a Quadravox system, works good but I am now out of memory( exceeded the 4k limit) I have downloaded the gcc system and wondering if someone can point me to the literature for using gcc on the windows xp platform. I need the literature instructing me how to compile a simple program. Garret Crisler ----- Original Message ----- From: "Matthew Peters" <[email protected]> To: <[email protected]> Sent: Thursday, February 26, 2004 1:49 PM Subject: Re: [Mspgcc-users] compiling toolchain > Sorry 'bout that last one... didn't go on to read all the rest of the > messages... > > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
