arm-none-linux-gnueabi-gcc -T -mthumb -mcpu=cortex-m3 -Wl,--gc-sections sourcerygxx/hello.o sourcerygxx/osram128x64x4.o sourcerygxx/startup.o ../../../src/sourcerygxx/libdriver.a -o sourcerygxx/hello.axf/home/rwentz/opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: unrecognised emulation mode: thumbSupported emulations: armelf_linux_eabi armelfb_linux_eabicollect2: ld returned 1 exit statusmake: *** [sourcerygxx/hello.axf] Error 1
telnet_port 4444gdb_port 3333interface ft2232ft2232_device_desc "Stellaris Evaluation Board"ft2232_layout evb_lm3s811ft2232_vid_pid 0x0403 0xbcd9jtag_speed 10reset_config srst_onlyjtag_device 4 0x1 0xf 0xedaemon_startup resettarget cortex_m3 little reset_halt 0working_area 0 0x20000000 0x1000 nobackupflash bank stellaris 0 0 0 0 0
#daemon configurationtelnet_port 4444gdb_port 3333tcl_port 6666#interfaceinterface ft2232ft2232_device_desc "Stellaris Evaluation Board"ft2232_layout evb_lm3s811ft2232_vid_pid 0x0403 0xbcd9ft2232_latency 3jtag_speed 6reset_config trst_and_srst#jtag scan chain#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)jtag_device 4 0x1 0xf 0xejtag_nsrst_delay 10jtag_ntrst_delay 10# target configurationtarget cortex_m3 little 0 0#daemon_startup reset#target #target arm7tdmi # 12k working area near base of ramworking_area 0 0x20000400 0x3800 nobackup#target_script 0 reset ../doc/scripts/evb_lm3s811_test.script #flash configurationflash bank stellaris 0 0 0 0 0initreset
MEMORY{ FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x00040000 SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00010000}SECTIONS{ .text : { _text = .; KEEP(*(.isr_vector)) *(.text*) *(.rodata*) _etext = .; } > FLASH .data : AT(ADDR(.text) + SIZEOF(.text)) { _data = .; *(vtable) *(.data*) _edata = .; } > SRAM .bss : { _bss = .; *(.bss*) *(COMMON) _ebss = .; } > SRAM}
#daemon configurationtelnet_port 4444gdb_port 3333#interfaceinterface ft2232ft2232_device_desc "Stellaris Evaluation Board"ft2232_layout evb_lm3s811ft2232_vid_pid 0x0403 0xbcd9ft2232_latency 3jtag_speed 6jtag_nsrst_delay 100jtag_ntrst_delay 100#use combined on interfaces or targets that can't set TRST/SRST separately#reset_config srst_onlyreset_config trst_and_srst#jtag scan chain#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)jtag_device 4 0x1 0xf 0xe#target configurationdaemon_startup reset#target target cortex_m3 little reset_halt 0#4k working area at base of ram#working_area 0 0x20000000 0x1000 nobackupworking_area 0 0x20000400 0x3800 nobackup#flash configurationflash bank stellaris 0 0 0 0 0