+++ Singh, Ravi Kumar (Ravi) [2012-03-08 22:28 +0530]:
Can someone point me to bare metal example using GNU toolchain.
Hector Oron has played with this:
here is a makefile for building some simple code either with bare-metal compiler of linux/libc compiler (in practice the latter worked as well or better so the actual need for a bare-metal compiler seems to me to be unclear in most cases): http://git.emdebian.org/?p=upstream/cortex-examples.git%3Ba=blob%3Bf=05_blin...
and here is a makefile for building bare-metal (from upstreams, not in debian packaging form):
http://balloonboard.org/trac/browser/balloon/branches/menuconfig2/package/to...
I'm not quite sure which of those (if either) you were looking for an example of?
Wookey