[Tinyos-help] avr-gdb doesn't know the BlinkC.nc file
Axl Schreiber
axl.schreiber at imms.de
Tue Nov 18 03:09:39 PST 2008
Hi all,
I have installed TinyOS 2.1 with Debian packes on a Ububtu 8.04 VMWare
image. I can compile the Blink application for telosb ans iris. I want
to set a breakpoint at line 53 of the BlinkC.nc file.
On a telosb target, using the msp430-gdb, I got this messages:
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
...
This GDB was configured as "--host=i686-pc-linux-gnu --target=msp430"...
(gdb) b BlinkC.nc:53
Breakpoint 1 at 0x4f46: file BlinkC.nc, line 53.
(gdb)
Everything is ok.
On a iris target, using the avr-gdb, I got this messages:
GNU gdb 6.4
Copyright 2005 Free Software Foundation, Inc.
...
This GDB was configured as "--host=i486-linux-gnu --target=avr"...
(gdb) b BlinkC.nc:53
No source file named BlinkC.nc.
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb)
avr-gdb 6.8 shows the same messages. The avr-gdb doesn't know the
BlinkC.nc file.
What is wrong?
Any hints and/or suggestion to fix the problem?
Axl
More information about the Tinyos-help
mailing list