Look at the last address...give the library some space (hint: arm-eabi- size)...and then put your library in there.
On Mar 25, 7:58 pm, hengli cui <[email protected]> wrote: > Thanks Ravi.I get it.I will use some space to prelink my library.Is there a > way to know from which address the space is open? > > 2009/3/26 rktb <[email protected]> > > > > > At the top of the prelink map file, you will see the address range for > > all prelinked libraries: > > # 0xA0000000 - 0xBFFFFFFF Prelinked System Libraries > > > So, you need to look for open spaces in this region and provide an > > address for your library. > > > -Ravi > > > On Mar 25, 1:30 am, hengli cui <[email protected]> wrote: > > > Thanks.I check prelink-linux-arm.map.I compile a omx core library and > > want > > > to add it in prelink.It is a new one,there is no item in the > > > prelink-linux-arm.map.Do <http://prelink-linux-arm.map.do/> I add an > > item in the prelink-linux-arm.map?How do I > > > set the address? > > > > 2009/3/25 douchuan <[email protected]> > > > > > please check > > > > prelink-linux-arm.map > > > > > Henry 写道: > > > > > Hi,I have compiled a .so library and I want to add it to prelink map? > > > > > How can i do? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
