Forum Discussion
Altera_Forum
Honored Contributor
21 years ago*new* problem
I'm trying to create a C++ application for uClinux. Really all I need to do is include a class that I created. If I make a pointer to the class and then try to create a new instance of it, I get ...
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by mariusmm@Jun 21 2005, 01:12 PM gcc compiles ok, but in runtime, my application crashes and uclinux restarts when it reach to new sentence. --- Quote End --- looks your program is using to much process memory (you cannot relocate with nommu). Try to add more stack space using flthdr.