Hi All.
Is it possible to create multiple-segment shared library with PODS?
I have shared library with code segment more then 64K.
PRC-link error:
/usr/m68k-palmos/bin/ld: region coderes is full (Debug/ElDb_sl section .text)
multiple_code_sections.o(.text+0x2):multiple_code_sections.s: undefined reference to `_GccLoadCodeAndRelocateData'
multiple_code_sections.o(ehook+0x0):multiple_code_sections.s: undefined reference to `_GccReleaseCode'
collect2: ld returned 1 exit status
Not using system shared libraries -- those don't have data sections, so there's no place to put the section-to-section jump tables.
It may be possible using GLib libraries or Multilink, but I've never tried that myself.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
