Yeah but, Could I set section in class methods? I made a test and with
m68k-palmos-nm program the output show that my section is empty, above a
example:

#define NTKSEC  __attribute__ ((section ("ntksec")))
class tA {
public:
  void method1(void) NTKSEC;
};

void tA::method1(void) {
};

in "nm" output show method1 in ".text section" and nothing in ".ntksec"

--------- Mensagem Original --------
De: Palm Developer Forum <[EMAIL PROTECTED]>
Para: Palm Developer Forum <[EMAIL PROTECTED]>
Assunto: Re: Hi, .text up to 32k
Data: 02/12/03 09:55

> Eduardo Nunes wrote:
> 
> &gt; Hi, I'm having a problem with my app size. the .text section is full,
how could I resolve this? I've readed prc-tools faq and manual, but I get
some problems with it, the program dont compile, emit message that the
section I described dont exists..
> &gt; 
> &gt; Anyone knows a easy method to solve this problem?
> &gt; 
> &gt; I'm using gcc + prc-tools + C++ classes
> &gt; 
> &gt; 
> &gt; (Sorry poor english, I'm from Brazil)
> &gt; 
> 
> You would need to build a multi-segment Palm application. You should be 
> able to find more information here, 
> http://prc-tools.sourceforge.net/doc/prc-tools_3.html#SEC17
> 
> Tony Cheung
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
> 

________________________________________________
Message sent using UebiMiau 2.7.8



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to