| View previous topic :: View next topic |
| Author |
Message |
cable16
Joined: 22 Mar 2005 Posts: 22
|
Posted: Thu Jun 30, 2005 6:18 am Post subject: cygwin1.dll error when making samples |
|
|
| I'm trying to make nem's hello world program with PSPSDK, but when I run make, I get a message saying "The procedure entry point _impure_ptr could not be located in the dynamic link library cygwin1.dll", coming from as.exe. I do have cygwin installed, and can bring up a bash shell. Any help would be much appreciated. |
|
| Back to top |
|
 |
etx
Joined: 02 Apr 2005 Posts: 33 Location: Detroit
|
Posted: Fri Jul 01, 2005 2:05 am Post subject: |
|
|
| Sounds like the as binary can't find the cygwin lib. Check your paths, or do it the dirty way *ack* Copy it into the same dir as the binary. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Fri Jul 01, 2005 2:18 am Post subject: |
|
|
| No, that's a classic cygwin version mismatch. Update your cygwin to the latest. |
|
| Back to top |
|
 |
cable16
Joined: 22 Mar 2005 Posts: 22
|
Posted: Fri Jul 01, 2005 3:49 am Post subject: |
|
|
| I did a search and deleted all old instances of cygwin1.dll, and I don't get that error anymore. thanks. |
|
| Back to top |
|
 |
|