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

See the CrossGCC FAQ for lots more infromation.


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

Re: gcc2.95/HC11 & Newlib


Curt Mills wrote:

> I've got binutils-hc11, gdb-hc11, and gcc-2.95-hc11 compiled, but
> cannot get newlib compiled for the life of me
> 
> m68hc11-elf-gcc -g -O2  -DPREFER_SIZE_OVER_SPEED -Os -msoft-reg-count=4

 Please try it with less optimization, using '-O', or even '-O0'. Leaving the 
'-g' away could help too (but you probably want to debug the library too)... 

 You can compile a single routine with changed options by extracting the 
command from the MakeLog, editing it and doing the compile. And then continue 
the 'make'.  Or just build the whole library with less optimization...

 Hope this will help,  Kai
_______________________________________________
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]