RE: [arm-gnu] Specifying Load Address: undefined __exidx_start, __exidx_end
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [arm-gnu] Specifying Load Address: undefined __exidx_start, __exidx_end



Thanks lot, it is working.

Best regards,
Jacques

-----Original Message-----
From: Nick Clifton [mailto:nickc@xxxxxxxxxx] 
Sent: jeudi 19 janvier 2006 10:00
To: Daniel Jacques
Cc: David Engraf; arm-gnu@xxxxxxxxxxxxxxxx
Subject: Re: [arm-gnu] Specifying Load Address: undefined __exidx_start,
__exidx_end

Hi Daniel,

> So, I'd like to know if you succeeded to solve it.
> The linker script used in my case is armelf_linux_eabi.xr, but I don't

> know how to modify it to resolve the undefined reference to
__exidx_start and __exidx_end. 

You can copy the linker script, edit the copy - adding the necessary 
references, and then tell the linker to use this edited script by using 
the -T command line switch.

Cheers
   Nick