This is the mail archive of the ecos-discuss@sources.redhat.com 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]

ecos "Hello World" program problem


Hi everyone,

I am trying to run the example ecos "Hello World" program on the
phyCORE-MPC555 dev board w/redboot[ROM]. I have been using the following
gdb commands:

[> powerpc-eabi-gdb
[> set remotebaud 38400
[> target remote /dev/ttyS0
[> load
   (program seems to load fine)
[> continue

The only out put I get afterwards is "Continuing." I do not get  "hello
world" type output.

Using GDB I have set breakpoints after the printf and beyond, so I am
sure that the board is actually executing those instructions.

I built this program like it says to do in the latest eCos documentation.
I linked the source code with a default eCos library (Other than
selecting it for our board and the DEFAULT option, I did not adjust
any settings).

Does anyone know of any possible reason for this? Are there any settings
that I may have possibly neglected when building the eCos library?

Thanks,

Miguel J. Vega
FEGI C&DH Team
University of Michigan

-- 
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]