Hi folks,
I just purchased an Stellaris Development Kit with LX4F232 MCU and played a litte with. I wanted to rebuild the given examples residing in StellarisWare/boards/ek-lm4f232 using the free toolchain from Code Sourcery (arm-2012.03-56-arm-none-eabi). I adopted the makedefs at StellarsWare/ so "make" could find the free compiler suite. My special interrest goes to the example "qs-logger" which nearly fulfils half of the requirements of the application I have to create .... so I use it as starting point.
The Makefile builds ( after some "make clean") the application but which is a non working! The LM Flash cannot flash it into the controller and there are huge differences between the files - both binaries are about 53 Kbyte ( gcc: 53.480 Bytes - sourcerygxx: 52.272 Bytes ) the ELF-files (qs-logger.axf) instead differ about more then a magnitute of ten ( gcc:134.483 Bytes - sourcerygxx: 3.003.917 Bytes ).
What could I have done wrong? The directory of qs-logger (as any other example) containes the linker description files (qs-logger_xxx.ld) where the qs-logger.ld should act for the Code Sourcery Lite as I think.
I there some good readable documentation for using free tools for the Stellaris 4f232 based boards?
Any help will be greatly appreciated.
--jens