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]

Re: Booting eCos application from i386 Grub


On Tue, Aug 09, 2005 at 12:55:59PM +0530, R. Vamshi Krishna wrote:
> Hello all,
> 
> I want to run eCos through Grub. To that end I selected the kernel 
> template for i386PC target with RTL8139 ethernet card.
> Then I changed the HAL_STARTUP_TYPE to "GRUB".
> 
> The configtool displyed the following message :
> 
>    " There is one unresolved Conflict. Make the change anyway ?".
> 
> It did not mention the conflict as it normally does.
> I did change it anyway.
> 
> Then when I tried to build the library I got the following error message :
> 
> " sh -c "export PATH=/gnutools/bin:$PATH; unset GDBTK_LIBRARY; unset 
> GCC_EXEC_PREFIX; export ECOS_REPOSITORY=/opt/cvs/packages; make 
> --directory /home/vamshi/experiments/Hello World Example/Hello_build"
> 
> make: *** /home/vamshi/experiments/Hello: No such file or directory.  
> Stop. "
> 
> What did HAL_STARTUP_TYPE have conflict with ?

I suspect this error is becasue of the " " in Hello World Example. You
need to escape the spaces or replace them with some other charactor.

        Andrew

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