gcc2.95/HC11 & Newlib
Kai Ruottu
karuottu@freenet.hut.fi
Thu Aug 12 03:19:00 GMT 1999
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.
More information about the crossgcc
mailing list