CPad.o: I funktionen "CPad::Instance()":
CPad.cpp:(.text+0x30): undefined reference to `operator new(unsigned int)'
collect2: ld returned 1 exit status
make: *** [hello.elf] Fel 1
Second: I did search. For "new c++" (without "") and "new", but no results. But iIguess I didn't search enough >_<.
(Since i've already started a whole new thread for this, why not keep using it:)
Which library is the "C++ library" ?
And I guess I should just add it to my Makefile, like any other library?
Oh, right, forgot the parenthesis there. Was just quickly throwing it all together. Thanks a lot!
Edit: Wait a minute. Do you really have to have the parenthesis there? The constructor doesn't take any arguments. To create a standard C++ string on the heap you just do this right?