#25121 - MumblyJoe - Tue Aug 17, 2004 2:57 am
Just quickly, I have never had any real problems with devkitarm that were not proven to be me bieng retarded so I'm sure this is the same deal.
When I use new/delete with devkitarm I get the following linker errors:
If I explicitly link in libstdc++.a all sorts of other shit goes wrong so I don't know if I'm doing that right.
Anyway, if there is a solution I would love to hear it, even if its just "you cant use new and delete".
_________________
www.hungrydeveloper.com
Version 2.0 now up - guaranteed at least 100% more pleasing!
When I use new/delete with devkitarm I get the following linker errors:
Code: |
bssoundtest.o(.text+0x56): In function `main':
: undefined reference to `operator new[](unsigned long)' bssoundtest.o(.text+0xd8): In function `main': : undefined reference to `operator delete[](void*)' bssoundtest.o(.text+0xe0): In function `main': : undefined reference to `__gcj_personality_sj0' |
If I explicitly link in libstdc++.a all sorts of other shit goes wrong so I don't know if I'm doing that right.
Anyway, if there is a solution I would love to hear it, even if its just "you cant use new and delete".
_________________
www.hungrydeveloper.com
Version 2.0 now up - guaranteed at least 100% more pleasing!