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]
Other format: [Raw text]

Re: Can't configure Newlib for arm-elf target


Most likely you don't have (the proper) cross-compiler tools installed. For
this target the configure script tries to use the arm-elf-gcc and co. but it
falls back to gcc if it can't find one. Are you sure you have the arm
cross-compiler tools (and with the arm-elf- prefix in their name) in your
path? You can also force configure to use a particular compiler from the
command line.

Regards,
Andras Tantos

----- Original Message ----- 
From: "Artem B. Bityuckiy" <mail_lists@mail.ru>
To: <newlib@sources.redhat.com>
Sent: Monday, November 10, 2003 4:33 AM
Subject: Can't configure Newlib for arm-elf target


> Hello.
>
> I want to compile current Newlib for arm-elf target.
>
> I've downloaded src/ module from CVS. I decided not to solve the problem
> described in previous letter and trying to compile Newlib as it is.
>
>
> I'm using:
>
>  >mkdir newlib.build
>  >cd newlib.build
>  >../src/newlib/configure --prefix=... --exec-prefix=... --target=arm-elf
>
> Configuration is done without errors. But, when I'm invoking 'make' it
> builds me linux version of newlib, instead of arm-elf version. Whats
wrong?
>
> I'm under RH Linux 9.
>
> Thanks.
>
> -- 
> Best Regards
> Artem B. Bityckiy
>
>


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