cross compiler issues

Joined
Mar 14, 2008
Messages
3
im using the tomtom 7.3 gcc toolchain, and it seems that whenever I try to use things like classes or new and delete, it gives me errors like the following.

: undefined reference to `operator new(unsigned)'
: undefined reference to `operator delete(void*)'
: undefined reference to `__gxx_personality_sj0'

do I just need to avoid these c++ features? the hello world app compiles and runs fine, but it doesnt use much of any c++ stuff. I was going to try the oldest toolchain that uses gcc2.95 and see if that works at all.

any thoughts?
 
im using the tomtom 7.3 gcc toolchain, and it seems that whenever I try to use things like classes or new and delete, it gives me errors like the following.

: undefined reference to `operator new(unsigned)'
: undefined reference to `operator delete(void*)'
: undefined reference to `__gxx_personality_sj0'

do I just need to avoid these c++ features? the hello world app compiles and runs fine, but it doesnt use much of any c++ stuff. I was going to try the oldest toolchain that uses gcc2.95 and see if that works at all.

any thoughts?

My thought it that you are way ahead of most of the members here. Asking for a Wendy's POI file would get a better response.
 
im using the tomtom 7.3 gcc toolchain, and it seems that whenever I try to use things like classes or new and delete, it gives me errors like the following.

: undefined reference to `operator new(unsigned)'
: undefined reference to `operator delete(void*)'
: undefined reference to `__gxx_personality_sj0'

do I just need to avoid these c++ features? the hello world app compiles and runs fine, but it doesnt use much of any c++ stuff. I was going to try the oldest toolchain that uses gcc2.95 and see if that works at all.

any thoughts?


The Forums on TomTom Heaven dive into development. You may want to keep a tab of http://babelfish.altavista.com open, as most of the forum content is in French.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Latest resources

Forum statistics

Threads
28,902
Messages
195,029
Members
67,853
Latest member
martinvangalen

Latest Threads

Back
Top