The problem is that the .dll is actually in another location, like windows. Search your computer for the .dll and delete all instances of it. Then do a full install. -Mark
-----Original Message----- From: mspgcc-users-ad...@lists.sourceforge.net [mailto:mspgcc-users-ad...@lists.sourceforge.net] On Behalf Of BRIAN OTT Sent: Thursday, July 24, 2003 10:56 AM To: mspgcc-users@lists.sourceforge.net Subject: [Mspgcc-users] RE: Issue/Question with WIN Installation of latest MSPGCC tools So what is the installation procedure for this? I tried to uninstall the old and deleted all the files, then installed the new, but I still get the error message. Regards, Brian ott > Hi, > > I have been running the MSPGCC tools on my WIN2K machine since April. > This installation was based on mspgcc-030306.exe. I decided today it was > time to upgrade to get patches and fixes. I downloaded > mspgcc-20030506.exe and installed, now when I try to build my code I get > a pop-up with the message > > "msp430-gcc.exe - Entry Point Not Found !X! The procedure entry point > mempcpy could not be located in the dynamic link library cygwin1.dll". > > Note, this is note an error output of the compiler but rather and > Windows popup on execution of GCC. Any thoughts? Have I done something > wrong? If I go back to the previous version everything seems to work > once again. you have to remove the cygwin1.dll of the old installation and redo the new installation. (the new installed does not copy the cygwin1.dll if there is already one, but unfortunately the old dll is not compatible with the new one...) chris