Quoth Praveen Chandrasekharaiah [EMAIL PROTECTED]: > I did double check on the application looking for null > pointers memory leaks. It runs perfectly fine on a linux machine > but fails to run on uClinux when cross compiled for m68k.
Are you checking for errors from library functions? Don't forget that NOMMU systems have additional restrictions on memory allocation, mmap, fork etc. You'll either need to step through the code (which can be a bit tricky since gdb/gdbserver can be quite flaky) or add extra diagnostic output. _______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev