News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

bad build

Started by hanelyp, January 17, 2006, 04:23:43 AM

Previous topic - Next topic

hanelyp

building a program with pellesC, source, musictest.c and project file, music-dt.ppj, at http://www.splitreflection.com/cal/SDL/ the resulting exe appears to segfault before getting to my code.  Same program built with gcc(different makefile) works fine(other than being a tad annoying).  A build of this program for winCE displays simular symptoms.

TimoVJL

May the source be with you

kobold

Here is my result, runs fine on my pc. No big unsolvable problem.

Pelle

Good to know. Thanks.

Pelle
/Pelle

hanelyp

Quote from: "timovjl"Read this:
http://smorgasbordet.com/phpBB2/viewtopic.php?t=270
Including "msvcrt.lib" in the link did it.  Still annoying getting a build which crashed before getting to app code, and the solution was totally non-intultive given the errors I was getting before a 'successfull' build.  Now, any ideas about simular symptoms on the winCE build?

kobold

Ooops, i have compiled it as console program. Thats why it worked with my selfmade ppj file without the msvcrt.dll.