Re: Help with development environment
Jeff Elkins <[email protected]> Fri, 13 Jun 2003 07:00:48 -0400
| Newsgroups | gmane.comp.handhelds.zaurus.devel |
|---|---|
| Organization | Elkins.org |
| Message-ID | <[email protected]> |
On Sunday 08 June 2003 4:05 pm, Jeff Elkins wrote: >Hello List, > >I'd like to get up to speed coding c++ for the Zaurus. I'm running Debian >sid on an adequate development box, Athlon 2ghz, 500mb RAM, etc. > >I downloaded the official Qtopia and arm cross-compiler RPMs from the Sharp >Zaurus site and converted them with alien, and dpkg appeared install them > w/o error. However, when attempting to compile the example program for x86 > execution I get close to 700 lines of undefined reference errors. > >I'm using gcc-2.95. Solved. g++ was symlinked to g++3.2 - relinking to g++-2.95 corrected the problem. Jeff