From: Ilan Pollak (ilanp@galileo.co.il)
Date: Sun Sep 01 2002 - 02:59:20 EDT
Hi Eric, for loading a binary into the debugger (same as with your target) do: arm-elf-gcc <your flags> -c example.c -o elf_obj.out arm-elf-objcopy -O binary elf_obj.out loadable_image.bin now you can load 'loadable_image.bin' into AXD. have fun, ilan. -----Original Message----- From: owner-uclinux-dev@uclinux.org [mailto:owner-uclinux-dev@uclinux.org]On Behalf Of Eric Steimle Sent: Thu 29 August 2002 18:02 To: uclinux-dev@uclinux.org Subject: [uClinux-dev] Arm AXD Debugger Has anyone compiled an arm-elf-gcc program that will load in ARMS AXD debugger. This has been kicking my butt for two days now. I now arm says that they accept gnu tool generated bin files in ADS 1.1 (which I'm using) but I keep getting a file read error when I try to load my program. It's just a simple hello world but I can't get it going. I've tried Arm-elf-gcc hello.c Arm-elf-gcc -N -nostartfiles -mcpu=arm9 hello.c and variants of those options. If anyone could point me in the right direction I'd appreciate it. Thanks Eric "Well that's what you get for letting a hardware guy do software" This message resent by the uclinux-dev@uclinux.org list server http://www.uClinux.org/ This message resent by the uclinux-dev@uclinux.org list server http://www.uClinux.org/
This archive was generated by hypermail 2.1.4 : Thu Sep 19 2002 - 13:21:47 EDT