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]

Fwd: Re: trying to get a feel for Ecos ...



--- Begin Message ---
I don't want to overload the list for such stupid beginner 
problem .. but I guess I am still stuck :-( 

I could get redboot to go. Now I am trying to build the simple "basic" example 
of the book. 

- opened i386 PC/default target
- startup type = RAM
- Use RedBoot Monitor = GDB stubs

Saved in the build tree , compile and there it seems that all the registers 
(EAX ...) are undefined. I checked that the file 

 ecos_install/include/cyg/hal/i386_stub.h:

is installed in the build tree.

Anything else I should check ?

Thanks again for your patience ... hopefully I'll be able to run by myself 
soon :-)

Philippe
 


 make[1]: Entering directory 
`/home/philippe/ecos_build/ecos_build/hal/i386/arch/current'
i386-elf-gcc -c  -I/home/philippe/ecos_build/ecos_install/include 
-I/home/philippe/ecos/ecos/packages/hal/i386/arch/current 
-I/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src 
-I/home/philippe/ecos/ecos/packages/hal/i386/arch/current/tests -I. 
-I/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/ -Wall 
-Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g 
-O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc 
-finit-priority -Wp,-MD,src/hal_syscall.tmp -o 
src/hal_i386_arch_hal_syscall.o 
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c: In 
function `hal_syscall_handler':
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:113: 
warning: implicit declaration of function `get_register'
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:113: 
`EAX' undeclared (first use in this function)
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:113: 
(Each undeclared identifier is reported only once
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:113: 
for each function it appears in.)
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:114: 
`EBX' undeclared (first use in this function)
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:115: 
`ECX' undeclared (first use in this function)
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:116: 
`EDX' undeclared (first use in this function)
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:135: 
warning: implicit declaration of function `put_register'
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:145: 
`SIGTRAP' undeclared (first use in this function)
/home/philippe/ecos/ecos/packages/hal/i386/arch/current/src/hal_syscall.c:154: 
warning: control reaches end of non-void function
make[1]: *** [src/hal_syscall.o.d] Error 1
make[1]: Leaving directory 
`/home/philippe/ecos_build/ecos_build/hal/i386/arch/current'
make: *** [build] Error 2


On Wednesday 12 February 2003 10:06 pm, you wrote:
> Philippe Moutarlier wrote:
> > Thanks,
> >
> > I had just figured it out !
> > BTW, does the configtool v 2.11 work with the lastest in CVS ?
>
> Yes it should.
>
>  > I noticed that it creates a different directory structure.
>
> The graphical tools behave different from the command line tools in this
> respect, yes.
>
> HTH!
>
> Jifl

--- End Message ---
-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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