This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem supporting libgcc.


On 01/21/2010 08:48 PM, Prashant Purohit wrote:
I checked in config.log in "/build/target/libgcc/config.log"

     From that, I think, we need to have binutils ported first as it is
searching for as ( Assembler ), ld ( Linker ) and nm of my target.

     And I have not yet ported my target on binutils. Tell me if my guess is
correct.

Your guess is correct. libgcc is a target library. Building it needs assembler and linker for your target.


Jie



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