Hi, I already tried answering your question but you never got back with additional questions. I'm including my old message into this one:
- 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. - DevC++ generates its own make file, and after you set these parameters it is pretty much one button click for it to compile and link. I personally really like DevC++ because its fully customizable but also it has a lot of automation built in - real software. (once you learn how to make your own makefiles you can easily configure Dev to use yours instead of the generic one it creates) Regards, Milos _____ From: [email protected] [mailto:[email protected]] On Behalf Of Garret Crisler Sent: Monday, March 01, 2004 11:29 PM To: [email protected] Subject: [Mspgcc-users] make files I have read all I can find pertaining to the make files and can't seem to figure out what they are for, and how to use them. I have the complier working and the insight program. The procedure is very slow working from the dos prompt. I am assuming these make files are used to pull all this together. I am running a Window xp system, can someone be kind enough to explain these things and give an example for use on the windows platform. Garret Crisler
