This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

I have a problem when porting ecos to lpc2468


Tanks,is anybody have this prolem,I have port the redboot to lpc2468 and is
working well.SO,I want to run hello sample on my DEMO machine.
follow is the info
# arm-eabi-gdb a.out

GNU gdb (eCosCentric GNU tools 4.3.2-sw) 6.8.50.20080706
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-eabi".
For bug reporting instructions, please see:
<http://bugs.ecos.sourceware.org/>...
(gdb) set remotebaud 38400
(gdb) target remote /dev/ttyS0
Remote debugging using /dev/ttyS0
diag_dump_buf_with_offset (p=<value optimized out>, s=0, base=0x13
"?b_@?\030?\237?\030?\237?@")
at /home/jason/ecosdir/ecos-3.0/packages/infra/v3_0/src/diag.cxx:634
634 }
Current language: auto; currently c++
(gdb) load
Loading section .rom_vectors, size 0x40 lma 0x0
Loading section .text, size 0x1392c lma 0x40
Ignoring packet error, continuing...
Ignoring packet error, continuing...
!!!!!(is here,gdb is stop and show shis message )

i ever use the another way to run "hello"program, use the redboot,
#load -b 0xa1000000 -r -m xmodem
#i sent the a.bin file to targe............
#go 0xa1000000
__________is stop here,

i can not find what the pronlem is .
Perhaps someone else has seen the same problem and
can help.tanks fo you help~!!
-- 
View this message in context: http://www.nabble.com/I-have-a-problem-when-porting-ecos-to-lpc2468-tp23802482p23802482.html
Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com.


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]