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]

Porting kvm onto eCos


Hi,

  I am trying to port Sun's KVM (KJava Virtual Machine) onto eCos. 
Entire source code is in C and is compiled and executed on the Linux.  I
suppose that the same source code must get compiled with gcc cross compiler 
with minor changes such as replacing functions fseek(), ftell(), remove () etc
with their equivalents. But while compiling  and linking the same source code
using gcc cross compiler for eCos (host being Linux), compiler reports following
errors:  

ld: warning: cannot find entry symbol _start; defaulting to 08049d8c
undefined reference to `cyg_libc_stdio_stdout'
undefined reference to `hal_longjmp'


Can anybody enlighten in this regard.

Thanx in advance,

Yogesh Deshpnde,
Aftek Infosys Ltd.



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