Thanx, but that was not really my question.
I want to map all the objects files from a given .a at a memory address.
So I asked which was the proper link script command to extract all the 
objects files from that .a and to send them into a specific section.


John.


"Henrik Carlqvist" <[EMAIL PROTECTED]> a écrit dans le message 
de news: [EMAIL PROTECTED]
> "John Pickwick" <[EMAIL PROTECTED]> wrote:
>> in my linker command script, I'd like to map at a specified address all 
>> the
>> *.o object files from a library *.a.
>
> I'm not really sure what you mean by that, but I do know the solution to
> your question in the subject:
>
> ar x libfile.a
>
> Will extract *.o from the given libfile.a.
>
> regards Henrik
> -- 
> The address in the header is only to prevent spam. My real address is:
> hc1(at)poolhem.se Examples of addresses which go to spammers:
> [EMAIL PROTECTED] [EMAIL PROTECTED]
> 


Reply via email to