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: Problems with crossgcc and AMD Au1550


Dan;

With your changes (minus the target name), I get the same results.
Compiling specifically with the -mips32 flag gets around the atomic
ll/sc instructions, but then the assember bails again on many:

/tmp/ccG6FoVC.s:7492: Error: Cannot branch to symbol in another section.

It is a jump instuction:

   j  2b

Still not sure of the problem.

-=chris


On Tue, Jun 15, 2004 at 11:08:43AM -0700, Daniel Kegel wrote:
> 
> Ah, but you only specified it for glibc.  For gcc, you need to add 
> something like
> 
> GCC_EXTRA_CONFIG="--with-cpu=mips32"
> 
> to au1550_mipsel.dat.
> 
> Let me know if that helps.
> 
> Also, would mipsel-au1550-linux-gnu be an ok target name,
> or is there an established convention already for how
> to name au1550 targets?
> 
> - Dan

-- 
                  Chris Jones | Software Developer | Sutus, Inc.
                 t: +1.604.987.8866 x 2204 | e: cjones@sutus.com

------
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]