Multiple segments in GCC

2008-05-28 Thread Alex Pakhotin
I didn't quite get is it possible somehow to place all the functions from some C-file into specific segment? I don't like a perspective to change a prototype of more than thousand functions :-And what about the static functions? They don't need a prototype but in this case they must have it, righ

Re: multiple segments

2005-10-14 Thread Dave Carrigan
On Thu, Oct 13, 2005 at 05:23:42PM -, Troy Lokitz wrote: > For some reason, it is crashing when it tries to get an event. It > compiles ok (no coderes errors) but i can't get it to stop crashing. It would help if you provided any errors you received when it crashed. > 1) does a section have

Re: multiple segments - saga continues

2005-10-13 Thread Robert Moynihan
Troy Lokitz wrote: I am still playing around with this. I can get it to compile fine (i setup an additional segment). But when one of the functions in the new segment are called, it crashes. Does this issue sound familiar to anyone? Are you calling that function in response to a 'sysApp

multiple segments - saga continues

2005-10-13 Thread Troy Lokitz
I am still playing around with this. I can get it to compile fine (i setup an additional segment). But when one of the functions in the new segment are called, it crashes. Does this issue sound familiar to anyone? -- For information on using the PalmSource Developer Forums, or to unsubscribe,

multiple segments

2005-10-13 Thread Troy Lokitz
, it is crashing when it tries to get an event. It compiles ok (no coderes errors) but i can't get it to stop crashing. I read the prctools info on multiple segments but i'm not fully clear on a few things: 1) does a section have to exist in only one header file for only one c file?

Re: Multiple segments shared library

2003-12-25 Thread Ben Combee
At 10:30 PM 12/21/2003, Arye Schreiber wrote: Does anyone have a working link to a multiple segment shared library project? All previously posted links seem to be extinct. Also, did CodeWarrior ever implement a mult-segment shared library? No, we never have implemented that. :( -- Ben Combee <[EMA

Multiple segments shared library

2003-12-21 Thread Arye Schreiber
Does anyone have a working link to a multiple segment shared library project? All previously posted links seem to be extinct. Also, did CodeWarrior ever implement a mult-segment shared library? LionScribe The best thing to hit the i

RE: Multiple Segments and POL

2003-02-06 Thread Maks Pyatkovskiy
Best regards, Maks Pyatkovskiy > -Original Message- > From: [EMAIL PROTECTED] [mailto:bounce-palm-dev- > [EMAIL PROTECTED]] On Behalf Of Brad Figler > Sent: Friday, February 07, 2003 6:12 AM > To: Palm Developer Forum > Subject: Re: Multiple Segments and POL > > Ben,

Re: Multiple Segments and POL

2003-02-06 Thread Brad Figler
Ben, How can I sign up for the beta program. I just spent 3 weeks converting my code to use POL in expanded mode (CW V9) Brad " -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Multiple Segments and POL

2003-02-06 Thread Ben Combee
At 18:11 2003-2-6 -0700, you wrote: I am having problems getting my debug build to link properly. I am getting link errors due to segmentation limits. I have created new segments to try and solve the problem, but it just does not work. Most of the linking issues have to do with getting to PO

Multiple Segments and POL

2003-02-06 Thread Brad Figler
All, I am having problems getting my debug build to link properly. I am getting link errors due to segmentation limits. I have created new segments to try and solve the problem, but it just does not work. Most of the linking issues have to do with getting to POL::CString __throw and POL::CAr

Re: Problem with make file with multiple segments

2002-04-24 Thread John Marshall
On Wed, Apr 24, 2002 at 01:23:41AM +0200, Dyk Corman wrote: > "Brian Smith" <[EMAIL PROTECTED]> schrieb... >> On Wed, 24 Apr 2002, Dyk Corman wrote: >>> Well, looks like I forgot sth. with these two sections, but I can't find >>> my mistake Your mistake is not in the parts of your project tha

Re: Problem with make file with multiple segments

2002-04-24 Thread Brian Smith
On Wed, 24 Apr 2002, Dyk Corman wrote: > yes, or at least there should be several functions within these 2 > sections. ... or do I have to make anything else than adding this tag > to the function prototypes in the .h file? If you are doing that, and you are including those header files in the

Re: Problem with make file with multiple segments

2002-04-23 Thread Dyk Corman
Hi Brian, yes, or at least there should be several functions within these 2 sections. ... or do I have to make anything else than adding this tag to the function prototypes in the .h file? Many thanks, Dyk "Brian Smith" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:84674@palm-dev-forum... > >

Re: Problem with make file with multiple segments

2002-04-23 Thread Brian Smith
On Wed, 24 Apr 2002, Dyk Corman wrote: > Well, looks like I forgot sth. with these two sections, but I can't find > my mistake Any help?? I've been looking over and over again and > it seems that I missed sth... Is there actually any code in those 2 sections that are reported as unknown?

Problem with make file with multiple segments

2002-04-23 Thread Dyk Corman
Hi! I'm using PRC-Tools and I created my .def file, added all the section statements to the functions and tried to update my make-file for a multi-segmented application.. BUT: When I compile all that stuff I'm getting the following error message: Dyk@J ~/A_SISOPOS $ make multigen -

Re: Multiple segments in GCC

2000-11-15 Thread Aaron Ardiri
> I didn't quite get is it possible somehow to place all the functions from > some C-file into specific segment? > I don't like a perspective to change a prototype of more than thousand > functions :-\ > And what about the static functions? They don't need a prototype but in this > case they must

Multiple segments in GCC

2000-11-15 Thread Alex Pakhotin
I didn't quite get is it possible somehow to place all the functions from some C-file into specific segment? I don't like a perspective to change a prototype of more than thousand functions :-\ And what about the static functions? They don't need a prototype but in this case they must have it, ri

Multiple segments in GCC

2000-11-10 Thread Alex Pakhotin
I didn't quite get is it possible somehow to place all the functions from some C-file into specific segment? I don't like a perspective to change a prototype of more than thousand functions :-\ And what about the static functions? They don't need a prototype but in this case they must have it, ri

Multiple segments, lots o' code

2000-10-09 Thread Grounderyoyo22
Hey all, I'm using PRC Tools 2.0, and I want to make a (@least) >64k app, with around 60k of code. I've seen one article documenting how to put more than 32k of code, but it wasn't very helpful. I also know that I have to make a multi-segment app to go past 64k. Does anyone know of either some