I've downloaded the GCC4.0.0 toolchain for windows from GNUARM.COM and installed it on Win XP Pro. When I try to setup serial debugging, the GDB target remote...
... Since you're using linux, you could also try my little bootloader utility: http://www.pjrc.com/arm/lpc2k_pgm/ It's been tested with the 2138 chip. It's...
How are you doing? I had made cpp file with mmap function. and then I had compiled with gnuarm-3.4.3, but error message was occured. sys/mman.h: No such file...
Is there a good book or tutorials that woudl help understand and write asm code for ARM9? My first task is to compile ARM9 code from chip vendor that was...
... This book is an excellent ARM book, lots of good info on the ARM architecture and programming: ARM System Developer's Guide : Designing and Optimizing...
... Er, yeah, use arm-linux-gcc. arm-elf-gcc assumes NO OPERATING SYSTEM. Well, thats not totally true, since uCOS-II is an OS and that builds just fine with...
Hi, Just a debugging gcc area I'm hoping someone can clarify for me. Originally on a project I was using gcc3.5 and the same Insight 6.1. Using debug flag set...
I used to use arm-linux-gcc under linux to compile code for my ARM based board but I needed windows and cygwin 1.5.8 to connect to the platform and debug via...
... I'm not sure who has pre-built binaries, but you can easily built it yourself. "The definitive guide to GCC", Wall and von Hagen has details, and there are...
... gdb ... error ... retured ... I also encounter the same thing. Linux driver is compiled under a Linux based PC but is debugged on a Windows based PC. We...
Dear All, I am trying to make a connection from arm-elf-insight, running on a Linux PC, to Multi-ICE server, running on another Windows PC. But I fail to do...
Dear All, I found that there is no "arm-linux-insight" or "arm-linux-gdb" on a binary armlinux toolchain distributed. Is it possible to use "arm-elf- insight"...
Hi to all, I'm new in ARM also new in GCC, and learning about linking process i have noticed that regions of C code is named like: .text=all program code ...
... Hi Blagoj, Each compiler generally uses different names for sections, but a general layout from any compiler is; .text program code .data read/write data...
... I have tried this command i got many sections other than standard sections you mentioned (some like .debug_str; .debug_loc e.t.c.) and i'd like to see list...
Hi guys, I have been writing code for ARM7 devices for some time now using GNUARM. These days, my manager came with a new project that I suppose ucLinux could...
See below for answers. Rgds Morten Larsen ... Yes, indeed - exactly the same as Linux (also in terms of drivers) ... You need >2MB program storage - so...
Not sure if this is the best place to ask, but its a place! I am using a Sophia Sandgate II board, PXA270, which comes with redboot and a version of Linux...
... True. ... Try and find the datasheet for the LCD controller (if its not part of the PXA). Then take a look at the Linux framebuffer drivers. The device...
Hi Anna, Morten Larsen provided you with lots of good info. "my manager came with a new project that I suppose ucLinux could help me" How much money is your...
Hi Morten, Bryce and, David. I will study your e-mails and do a deep search given the devices and specifications you mentioned. As David asked, my manager is...