Hi All, I have built binutils 2.13, gcc-2.95.3 with c++ support. I have written small helloworld program. When I tried to compile the file the link error is...
Hi, Hopefully someone here can give me some help. I downloaded the GCC-3.4 toolchain for Cygwin and tried to compile a simple hello world program and run it...
Hi everyone, I just posted this bug to the gdb bugs site, I thought I'd echo it here for ... Running the command "p (exp)" in gdb where (exp) is a double...
I migrate my program from ARM RVDS to gnumarm tool chain and have several doubts: 1. Shall the standard library (Newlib) be initialized? If yes, what's the...
I guess I should have mentioned that everything provided by Cirrus is on Linux and I have set up a Mandrake 10.1 box to play with. We are primarily a...
... world ... bytes. ... differences. ... glib ... board? ... The give away is the compiler given to you is arm-linux - which means it has been targeted for...
Stan Liao, 1. Shall the standard library (Newlib) be initialized? If yes, what's the function shall be called? Newlib is the Red Hat C runtime library for...
Hello I have modified Arm-Linux kernel at /cirrus-arm-linux-1.4.3/linux-2.4.21/ using # make menuconfig then #make dep then #make zImage.......which has given...
Dear Pioneers, Can anyone tell me what the difference between the .bss and COMMON sections is? Isn't the .bss used to reserve a section of memory space for the...
I believe that the .bss section is for uninitialized storage for variables where the space is actually allocated in a program module, and COMMON is for...
I am a newbie and I would like some advice but I did my research and I would like some pointers if you could spare them. I work on windows and I would like to...
I've got a bare metal ARM7 project (Sharp LH75411). Several features have been added to the design, and now part of what the thing does is display JPEG images....
... and I would ... Atmel ARM9 ... with ... reasonable ... not very ... a more ... project ... run if ... good ... could ... support is ... missing. ... The...
I am using Rowley Associates Crossworks for ARM, and have found it to be excellent. It is not just a precompiled GCC toolchain, but also a very fully featured...
Dear Pioneers, I try to apply the "arm-elf-gdb" to debug my program, however, no source file could be seen. If use the "arm-elf-insight" to debug the same...
... From: "adamjtoner" <adamjtoner@...> To: <gnuarm@yahoogroups.com> Sent: Thursday, May 05, 2005 1:04 AM Subject: [gnuarm] Re: Pointers on commercial...
Hi David, Hi Stan, ... Not quite. Common storage is allocated for uninitialised but *declared* global variables. So for example a for file like this: int a =...
Dear Pioneers, We use the latest "insight" and the Signum's JTAGjet ICE. I found that the following statements make the debugging out of order if you issue...
... Stan Liao, After I migrate the program from RVDS to GNUARM, I found that the code size increase much. Have you any good idea to reduce it without...
I have a simple test program with two functions. main() is compiled in ARM mode. hello() is compiled in thumb mode. gcc -g -mthumb -mthumb-interwork...
Hello everybody. Can anyone help me? I need to access the LPC2138 ARM7's carry bit (for overflow checking) from my C code with very little overhead. My first...
Announcing the Tini2131(tm) for only $29!!! The Tini2131(tm) comes in the popular Tini pinout format and is based on the Philips ARM LPC2131. The LPC2131 has...
I am new to ARM7 development and trying to get my tool chain set up. I would prefer to develop for the Philips ARM7 using the GNU tool chain on windows XP with...
I currently have an evaluation Keil USB-based JTAG interface. Will it work with a pure ARM tool chain? Under Windows or Linux? If not, what are supported...
Hi John, have a look at www.rowley.co.uk they have a complete development tool for arm with IDE and Debugger and included gnu compiler, they offer also a cheap...
Hi John, especially for newbies is it hard to build the tools from scratch. It's easier to use binary distributions and do the scratch things later. Have a...
... scratch. ... sources ... or the cygwin dll ... You can have various cygwin toolsets on the same computer. You must *not* include the path of the cygwin dll...
... You can do it in ARM mode only (not Thumb), using the mrs/msr instructions to copy between the general register file and the CPSR. Another way might be ...