On 2006-08-28, Carlos <[EMAIL PROTECTED]> wrote: > I was doing it all wrong, I have found this on the web, and it has been very > helpful: > > http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/popup_adp.php?p_sid=WO6mmZfi&p_lva=831&p_admin=&p_li=&p_faqid=995&p_created=1112664277 > > I am still having a problem at link time, I get an error: > > undefined reference to '__text__code2' > > Any ideas as to where this is coming from? > > I'll keep looking >
__text__code2 is defined in the assemblerstub output of m68k-palmos-multigen. Have you set MULTIPLE_CODE_SECTIONS to TRUE in the makefile? This enables the calling of m68k-palmos-multigen in makefile-engine.mk. HTH Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
