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 agoHi
I had problems creating objects dynamically with new. gcc compiles ok, but in runtime, my application crashes and uClinux restarts when it reach to new sentence. If I change my application to use static objects, it works OK. Any Idea? Màrius