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]

Re: Hello? World?



On 19-Jun-2001 Nick Clarey wrote:
> Howdy,
> 
>> Try:
>>   ecosconfig new ipaq
>>   ecosconfig tree
>>   make
> 
> Heh :-> Works;
> 
> ---
> (gdb) load
> Loading section .rom_vectors, size 0x40 lma 0x20000
> Loading section .text, size 0xb5e4 lma 0x20040
> Loading section .rodata, size 0x41c lma 0x2b624
> Loading section .data, size 0x4f8 lma 0x2ba40
> Start address 0x20040 , load size 48952
> Transfer rate: 26107 bits/sec, 302 bytes/write.
> (gdb) cont
> Continuing.
> Hello, ecos world!
> [New thread 1]
> 
> Program received signal SIGINT, Interrupt.
> [Switching to thread 1]
> 0x21290 in hal_idle_thread_action (count=12160637)
>     at 
> /home/nclarey/src/cvs/ecos/packages/hal/arm/arch/current/src/hal_misc.c:206
> 206     }
> ---
> 
> What *isn't* included when you do an "ecosconfig new ipaq kernel"? Stdlib 
> or something?

Pretty much.  You can always see by just 'diff'ing the templates.

I'm surprised that your program linked but didn't run.  Jonathan, got any ideas?


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