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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4216 - 4245 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4216
I've just been handed an LPC3180 board with embedded linux and various software including the arm-gnu toolchain. This toolchain does not include any debugging...
david_henry.geo
Offline Send Email
Oct 2, 2008
12:32 pm
4217
Hi, I have no experience wit this but I think this should be done as if you would debug on a standard PC running Linux. So you need to start a GDB server on...
Foltos
foglaltid
Offline Send Email
Oct 2, 2008
4:54 pm
4218
Hi David, ... Here's how you would use various tools: 1. JTAG debuggers The hardware is typically setup by a bootloader, and the bootloader passes Linux all...
David Hawkins
dave_w_hawkins
Offline Send Email
Oct 2, 2008
5:51 pm
4219
The trouble is that gdbserver doesn't work with the Segger JLink. You have to buy a piece of hardware called "GDB Server" that costs 200 Euro that I don't...
david_henry.geo
Offline Send Email
Oct 2, 2008
6:32 pm
4220
As I pointed out before, gdbserver doesn't work with the Segger JLink. I'm trying to avoid forking out more money buying more hardware. ... gdbproxy, ... ...
david_henry.geo
Offline Send Email
Oct 2, 2008
6:34 pm
4221
Hi David, ... You would run gdbserver on the JLink for bootloader or kernel debugging, not application debugging. For application debugging, you can run...
David Hawkins
dave_w_hawkins
Offline Send Email
Oct 2, 2008
7:43 pm
4222
Hi Dave, This is a philosophical thing. In the embedded world isn't even an 'application' part of the kernel? In the final product there won't be a command...
david_henry.geo
Offline Send Email
Oct 5, 2008
7:18 am
4223
Hi, ... No. The only thing that goes into the *Linux* kernel is device drivers, and things of that sort. Applications would generally be written against the ...
dwh@...
dave_w_hawkins
Offline Send Email
Oct 5, 2008
8:55 pm
4224
Hi all, I got this inline problem solved with "__attribute__ ((always_inline))". But I've another strange behaviour with 4.3.2 In some computers (not...
bicli84
Offline Send Email
Oct 6, 2008
10:18 am
4225
... It doesn't show up in a quick search on Google. I guess it would be worth posting the MINIMUM amount of code necessary to duplicate the problem. I guess...
rtstofer
Offline Send Email
Oct 6, 2008
7:04 pm
4226
Thanks guys, I managed to sort out a solution with the development board running gdbserver and talking via a serial line to gdb on the host pc. BTW, my...
david_henry.geo
Offline Send Email
Oct 6, 2008
9:06 pm
4227
probably it was stripped... check the strip command Alain...
Alain M.
alainm3
Offline Send Email
Oct 6, 2008
9:15 pm
4228
Hi, ... Could be lots of things :) If the program was built using a Makefile, then perhaps it was stripped. Use 'file' to see (Cygwin might not have it...
David Hawkins
dave_w_hawkins
Offline Send Email
Oct 6, 2008
9:18 pm
4229
... Hi Dave, Check your makefiles. The most likely possibility is the build on Linux included the -g flag to generate debugging symbols, and the build on...
Larry W Howell
grayeagle1947
Offline Send Email
Oct 6, 2008
9:22 pm
4230
I am trying to force common symbols from a few files to be linked to a specific memory in the EXACT order in which they appear in the files. With the old i960...
tclarke1
Offline Send Email
Oct 6, 2008
11:48 pm
4231
hello everyone, Has anyone used GNU compiler with Keil IDE. my MCU is LPC2468. If yes i would like to know how to start a project with it. What all are the...
urjust2oocool
Offline Send Email
Oct 7, 2008
8:38 am
4232
Dear richard, i would like to know whether i'll be able to do any simulation using eclipse. Raj ... From: rtstofer <rstofer@...> To:...
Cool Dude
urjust2oocool
Offline Send Email
Oct 14, 2008
12:10 pm
4233
... eclipse. ... I have no idea. If you have a simulator and it can be driven by a command line then it should be possible to create a target in the Makefile...
rtstofer
Offline Send Email
Oct 14, 2008
2:02 pm
4234
Hi all, I'm new in this group, in the last week I have read many post in this forum and in many others to find a plugin for Eclipse that allow me to manage a...
stefano.querin
Offline Send Email
Oct 15, 2008
1:54 am
4235
... Since this is the GNUARM group, I assume you are interested in building ARM projects. For using Eclipse, the YAGARTO release (Eclipse+CDT+Toolchain) is...
rtstofer
Offline Send Email
Oct 16, 2008
5:10 am
4236
Hi, I know that this question is unrelated to GNU ARM tools, but maybe someone can help me( MANY THANKS IN ADVANCE). I have configured the MMU in the same way...
Neagoe Gabirel
neagoegab
Offline Send Email
Oct 16, 2008
2:01 pm
4237
Hey All, I am GNU ARM compiler i had created library file (.a file) for some c files but i don't know the correct way to link that file with my project file...
vijay kumar
vijay_guru4
Offline Send Email
Oct 21, 2008
6:00 am
4238
... There is nothing special about archives (.a) files. These are containers for object files, merely a convenient place to put them. I specify their use in...
Tom Walsh
twalsh0001
Offline Send Email
Oct 21, 2008
12:58 pm
4239
... There are 2 basic ways you can handle libraries. The first is to just add the library.a file to your list of object files as Tom Walsh said. The second way...
Anton Erasmus
aj_erasmus
Offline Send Email
Oct 21, 2008
7:47 pm
4240
I'm trying to read and understand the sources in /drivers/spi/busses. There are several references to a "5213" as though it was a discrete device. My efforts...
david_henry.geo
Offline Send Email
Oct 23, 2008
2:34 pm
4241
... Gee, I haven't a freaking clue as to what you are talking about. Are you assuming that everyone should know that you are working with some copy of...
Tom Walsh
twalsh0001
Offline Send Email
Oct 23, 2008
9:36 pm
4242
... A wild guess is it _may_ refer to a Freescale ColdFire 5213 mcu, which has a SPI, which _may_ have been the target of the first developer(s). Larry...
Larry W Howell
grayeagle1947
Offline Send Email
Oct 23, 2008
10:24 pm
4243
Thanks, that seems to be right. Comments in the SPI driver sources in the LPC3180 Linux package refer to a "QSPI" (another unexplained reference). As the...
david_henry.geo
Offline Send Email
Oct 24, 2008
10:58 am
4244
... You'd probably get far better enlightenment for this sort of question in the linux driver development groups or LPC-specific groups. -- Charles...
Charles Manning
embeddedjanitor
Offline Send Email
Oct 30, 2008
5:31 pm
4245
Hi everyone, this is my first post to the group. I have been handed a project that was developed with IAR Embedded Workshop Kickstart for an LPC2146, but it's...
Jim Konish
jim.konish
Offline Send Email
Oct 30, 2008
6:12 pm
Messages 4216 - 4245 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