Hello all, I get with the gnuarm linker the following error message: undefined reference to `strcmp' What is wrong? Which file I have to include in the...
... string.h is the include file that does things at compile time, not link time. strcmp is in libc.a Make sure your linker invocation or linker script is...
(gdb) b main Breakpoint 1 at 0x9f34: file ./gdb.base/call-ar-st.c, line 1195. (gdb) run Starting program: /gdb-6.2.1/gdb/testsuite/gdb.base/call-ar-st ...
Nick Randall. Can you give some hints as to how you set up your J-Link Server to work with Eclipse? For example, did you use the Zylin CDT plugins? Does your...
If I remember correctly, I just set up a remote gdb debug session with eclipse. To be honest, this was some time ago and I haven't used eclipse much recently. ...
hi, there is no separate source code for arm-elf-gcc. in the same source directory you can find the source code for arm-elf target. in your zip file you can ...
Hi Elghyam, I'm having arm-elf-gcc/g++/strip, etc compiler files....but I have download from CIRRUS LOGIC site when we had purchased Evaluation embedded board...
I'm making an application where I need to do some DSP calculations. Therefore I would like to use fixed point math. Is this present in the GNUARM gcc? It seems...
Hi, I'm using an ARM7 core with the gcc 3.3.5 toolchain. I'm using Angel debug monitor. I can download and run elf executables with no problem. I'd like to...
My apologies if this has already been discussed/resolved, however I just recently downloaded and built the 4.0 toolchain, and when attempting to build the...
Hi, this is probably a simple thing but I just can't get it to work. I'm trying to build binutils so that ld supports interworking but no matter what I do the...
Hi! Just found the JLinkServer in the files area and downloaded it. Unfortunately I can't get it to work. My J-link debugger works in IAR Embedded Workbench....
You're not alone. I bought a J-Link jtag debugger and tried to use it with Randell's J- Link server with the Eclipse IDE and I couldn't get it to work. The...
... Strange, it works perfeclty in the IAR environment. The good thing is that we have some Lauterbach JTAG-interfaces at work :) /PH -- Per-Henrik Persson...
Hello Everybody, We are really appreciating the current group - "GNU ARM" but there is one more group who is totally OPEN SOURCE and also having discussions...
Hi Jim, If you want a faster solution than the Wiggler working with the Eclipse, please have a look at our Chameleon POD ( www.amontec.com ). It can works as a...
Hi Mathew, There are no solution regarding USB to Parallel port converter. All these kinds of converters devices are specific to parallel port PRINTER ...
Wow! I'm looking forward to that. I purchased an ANT8 a couple of years ago and have been reasonably pleased with it with a few exceptions; 1 - the buffer is...
Matt I have not found a USB to parallel port but there are PCMCIA parallel ports to be found for less than $100 (USD). It is a bit spendy, but they do get the...
The thought of running a Wiggler through a USB parallel port is worrysome. Wiggler isn't example a sprinter with a regular parallel port. Adding a USB to...
I'm trying to get this combination working with a motorola/freescale M9328MX1ADS development board. Insight seems to be able to talk to the JLinkServer over...
Hi, 1. We have built gdbserver with --host=arm-linux --target=arm-linux from the original source of gdbserver which comes with gdb 6.3 (source code) 2. Copied...
Hi, I'm a student from Germany and I have to do a project on an Compaq H3870. I have a running familiar linux 0.82 but I really can't find any hints howto...
Dear all, I am having a strange problem using sprintf. I am using latest gnuarm library (3.4.3). The phenomena looks like this: whenever I use sprintf with %f...
Hi, This is probably to do with floating point. If you are not using soft floating point, do you have a floating point emulator sitting on the prefetch abort...
I suggest you look at one of the ARM Linux lists to get Linux specific info like that. Most people on gnuarm (I'm assuming) are looking at embedded ...