Well, this is why I didn't want to install the 0506 build right away: After installing all but the giveio (already installed), when I try to compile, I get a popup that says: Window title: "msp430-gcc.exe - Entry Point Not Found" There is a red circle w/ a white 'X' in it and the text: "The procedure entry point memcpy could not be located in the dynamic link library cygwin1.dll" Then, there is only an "OK" button. After pressing the button, nothing is compiled. I had installed it to "C:\msp430" (the original package I think used this), so I tried installing it again using all defaults, and no good, same error (ya, I made sure the correct install was being invoked. Turns out, the problem was that cygwin1.dll wasn't overwritten when I installed the new build over the old location. Not sure why. My solution was to install it again to my directory, then just copy the entire install dir tree over the one I was using (from the default location to my location). Not a very "clean" solution, but a viable one. Incidentally, if I delete the .dll (or rename it), the install worked correctly. It only didn't work (didn't install the new cygwin1.dll file) if the file existed. -Mark
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Steve Underwood Sent: Wednesday, May 07, 2003 12:25 PM To: [email protected] Subject: Re: [Mspgcc-users] Added support for XT2 on 44x Hi Mark, Strange. When I looked at the directory from which the installer was constructed the 44x and 43x headers have a line: #define __msp430_have_fll_with_xt2 and system_clock.h has defines which are enabled by that switch. You can go to the mspgcc web site and browse CVS. I just checked there and on the machine that built the windows installer I released this week. The correct revisions seem to be in both places. Regards, Steve Mark Stokes wrote: >I didn't check cvs, but I have installed the latest win32 build. >Shouldn't it be in there? >Where is it? How do you use it? >-Mark > > > ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
