cygwin1.dll error when making samples

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
cable16
Posts: 22
Joined: Tue Mar 22, 2005 9:43 am
Contact:

cygwin1.dll error when making samples

Post by cable16 »

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.
etx
Posts: 33
Joined: Sat Apr 02, 2005 12:54 am
Location: Detroit

Post by etx »

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.
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

No, that's a classic cygwin version mismatch. Update your cygwin to the latest.
cable16
Posts: 22
Joined: Tue Mar 22, 2005 9:43 am
Contact:

Post by cable16 »

I did a search and deleted all old instances of cygwin1.dll, and I don't get that error anymore. thanks.
Post Reply