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


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

ARM cross-compiler was (no subject)




On 21 Jun 1999 mzlai@263.net wrote:

>   I want to build a cross-compiler in a emebded system 
> with a CPU of  ARM and without  the support of any OS lib.
>      Now,I got a shell program "bit_ada" in my hand and  It
>  has been used to build a cross-compiler in the i386 rtems
>  system.  I want to use the shell program just mentioned above 
> and make some changes to it. But I don't know whether it is going to work or how to make the little changes to it. I am very appreciated
>  for the advices from the wiser or the experts in this field!

bit_ada is designed to build a cross toolset for Ada (GNAT+RTEMS).  If you
are interested in neither RTEMS nor Ada, then you are looking at something
that is way too complicated for the job.  This toolset is based on gcc
2.8.1.

A better starting point for non-RTEMS, C/C++ cross toolsets is the
crossgcc FAQ for instructions along with a recent egcs release.  I would
guess that arm-elf or arm-coff are more appropriate targets for what you
are doing.

If you are interested in a cross Ada toolset, then not having an OS
underneath is going to limit the Ada language features available.

--joel
Joel Sherrill, Ph.D.             Director of Research & Development
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985




_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.

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