Search the web
Sign In
New User? Sign Up
gnuarm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1053 - 1082 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1053
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...
Gregor Sunderdiek
gregor_sun
Offline Send Email
Jun 1, 2005
3:22 pm
1054
... Have you included string.h? Matt...
Matthew Kavalauskas
MattKav
Offline Send Email
Jun 1, 2005
3:28 pm
1055
... 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...
embeddedjanitor
Offline Send Email
Jun 1, 2005
11:30 pm
1056
sir, Does exist source code of arm-elf-gcc? If yes could you send me the link where download it? thanks. c. Elghyam ...
elghyam chadi
elghyam_chadi
Offline Send Email
Jun 3, 2005
12:58 pm
1057
... yes ... http://gcc.gnu.org/ http://www.gnuarm.org/ Best regards Eric...
Eric BENARD
boudiow2000
Offline Send Email
Jun 3, 2005
1:01 pm
1058
(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 ...
shran
shrasr
Offline Send Email
Jun 7, 2005
2:06 am
1059
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...
lynchzilla
Offline Send Email
Jun 7, 2005
3:59 am
1060
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. ...
Nick Randell
nick_randell
Offline Send Email
Jun 7, 2005
4:28 am
1061
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 ...
aram bharathi
arambharathi
Offline Send Email
Jun 7, 2005
7:59 am
1062
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...
naresh bhalala
nbhalala
Offline Send Email
Jun 7, 2005
9:53 am
1063
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...
soren_t_hansen
Offline Send Email
Jun 7, 2005
1:46 pm
1064
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...
Nancy Van Schooenderw...
nancyvanscho...
Offline Send Email
Jun 12, 2005
5:39 am
1065
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...
John Alfredo
lx200alfredo
Offline Send Email
Jun 13, 2005
6:01 am
1066
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...
Marshall
fario23
Offline Send Email
Jun 14, 2005
6:20 am
1067
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....
vajper0
Offline Send Email
Jun 14, 2005
7:54 am
1068
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...
lynchzilla
Offline Send Email
Jun 14, 2005
1:34 pm
1069
... 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...
Per-Henrik Persson
vajper0
Offline Send Email
Jun 14, 2005
1:41 pm
1070
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...
Naresh Bhalala
nbhalala
Offline Send Email
Jun 14, 2005
1:57 pm
1071
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...
Laurent Gauch
laurent_gauch
Offline Send Email
Jun 14, 2005
2:11 pm
1072
This is great since I am using Eclipse, but I am developing on a laptop without a parallel port. Do you have any plans on releasing a USB version?...
Matthew Kavalauskas
MattKav
Offline Send Email
Jun 14, 2005
2:50 pm
1073
Hi Mathew, There are no solution regarding USB to Parallel port converter. All these kinds of converters devices are specific to parallel port PRINTER ...
Laurent Gauch
laurent_gauch
Offline Send Email
Jun 14, 2005
3:09 pm
1074
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...
Bill Knight
wmk6341
Offline Send Email
Jun 14, 2005
5:11 pm
1075
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...
Bill Knight
wmk6341
Offline Send Email
Jun 14, 2005
5:21 pm
1076
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...
Charles Manning
embeddedjanitor
Offline Send Email
Jun 15, 2005
10:15 pm
1077
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...
evanbross
Offline Send Email
Jun 16, 2005
1:22 am
1078
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...
akinchan
Offline Send Email
Jun 16, 2005
4:47 pm
1079
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...
qblubb
Offline Send Email
Jun 20, 2005
11:55 am
1080
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...
zhiwei_wang
Offline Send Email
Jun 20, 2005
6:18 pm
1081
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...
Simon Glass
sglass68
Offline Send Email
Jun 20, 2005
9:43 pm
1082
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 ...
Charles Manning
embeddedjanitor
Offline Send Email
Jun 20, 2005
10:36 pm
Messages 1053 - 1082 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help