This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: Cross compiling ARM code


It sounds like configure doesn't realise you're doing a cross-compile.
Post your configure command and the resulting error.

ARM assembler source can be assembled by gas, and linked with objects
compiled from C source.

Cheers,
Shaun


On Thu, 2003-06-12 at 03:51, Aamir Mughal wrote:
> Hello all, 
> 
> i am new to gnu based developmet. i want to build the arm code using
> Autotools and cross-gcc compiler.
> While doing configure, it tries to execute the output and after failing
> in this action, it exits the configure.
> 
> Is there some solution to this problem, some way to stop configure from
> doing this check.
> 
> Another thing, i want to ask, whether i can link the ARM assembly code
> with the C code using gnu compiler, as it can be done with ADS tools
> 
> Regards,
> 
> Amir Amin


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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