Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
thanks for the suggestion! but no luck. i have discovered a new feature of this problem. i discovered it works, but only if i restart my laptop. any more ideas to fix this problem?
/me sticks on the sign "Make sure you have the latest (drivers) installed"
Using DOS applications on the latest windows versions is asking for trouble. Time to start using cygwin, rather than ancient DJGPP...
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
I guess you should just put that ld-elf (ld) in a batch file as a script... That should save you from trouble temporarily.. But yes i think you should go for cygwin...
ok fair enough, although has DJGPP not been updated recently? i noticed the download system was different since about 2 months ago. although i may be wrong as i always like to be
ill switch to cygwin now then. Thanks for the help!
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
ok i found the problem. i accidently removed my linker script from the LD in my makefile. but now its on, theres a new problem. one i have never seen before.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Oh, nice, one of those generic fork() -like errors. You wouldn't happen to have any Logitech webcam drivers installed would you? I had similar problems back when I used Cygwin all the time, and found this post: http://www.cygwin.com/ml/cygwin/2006-03/msg00173.html
Evidently, there's a conflict between Cygwin and the way the logitech drivers work. When this conflict rears its ugly head, you'll see programs dieing after not being able to allocate heap space, fork() not working at all and all kinds of things. The simple way to fix this is to disable automatic loading of your logitech drivers (set them to manual or disabled instead), and cygwin should start to behave correctly. Of course you won't be able to use your logitech webcam then without reversing the steps. Alternatively, you could rebase your Cygwin .dlls, but that's not guaranteed to fix things either.