[U-Boot-Users] u-boot link fails after removing -Os compilation option.
JH
jlhagen at rockwellcollins.com
Fri Aug 4 04:06:11 CEST 2006
> Don't do it, then.
Why?
Sometimes it's nice to remove -Os to see what gets silently
removed from the build that you were not aware of. I've done
this before on an older version and learned a few new details
of the build. In my case the 'extern __inline__' in
include/pci.h for pci_set_region and pci_set_ops gave me
some troubles. I think this thread might be
relevant: http://gcc.gnu.org/ml/gcc/2005-07/msg01166.html
More information about the U-Boot
mailing list