This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dynamic or static linking


Hi, Joerg,

> Is there a chance, to build newlib as a dynamic link library? Our arm-board
> has only 256kb ram. Even if a programm we wrote is really small (just an
> inkrement), the linked code is quite big. Sometimes more than 200kb. We had
> the idea, that a dynamic lib could be loaded into flash-rom, which is much
> bigger.
You could still use static link library, burn all the text code in flash, and use
ram as data section only.

Regards,
more.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]