Re: Problem with running hello world application in l4re
Björn Döbel <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
In src/l4/conf have a look at Makeconf.boot.example. Copy this file to src/l4/Makeconf.boot and edit it according to your setup. In the line specifying MODULE_SEARCH_PATH replace the occurence of /path/to/fiasco-build with the absolute path to your Fiasco build directory. Hth, Bjoern Am 21.12.2014 um 12:04 schrieb Gayathri Nagarajan: > I am running ubunthu in 32-bit Oracle VM, but using 64-bit host windows 8. > > When I use > > *1. l4re-build$ make grub2iso E=hello > MODULE_SEARCH_PATH=/src/kernel/fiasco/mybuild * > > I get.... > > make[1]: Entering directory `/home/ubunthu/src/l4' > Processing entry 'hello' > > Could not find 'fiasco' with path > ':/home/ubunthu/src/l4/path/to/builddir/bin/x86_586:/home/ubunthu/src/l4/path/to/builddir/bin/x86_586/l4f:/home/ubunthu/src/l4/path/to/builddir/lib/x86_586:/home/ubunthu/src/l4/path/to/builddir/lib/x86_586/l4f' > > make[1]: *** [grub2iso] Error 1 > make[1]: Leaving directory `/home/ubunthu/src/l4' > make: *** [grub2iso] Error 2 > > *2. l4re-build$ make qemu E=hello > MODULE_SEARCH_PATH=/src/kernel/fiasco/mybuild* > > I get.... > > make[1]: Entering directory `/home/ubunthu/src/l4' > > Could not find 'fiasco' with path > '/path/to/fiasco-build:/home/ubunthu/src/l4/path/to/builddir/bin/x86_586:/home/ubunthu/src/l4/path/to/builddir/bin/x86_586/l4f:/home/ubunthu/src/l4/path/to/builddir/lib/x86_586:/home/ubunthu/src/l4/path/to/builddir/lib/x86_586/l4f' > > make[1]: *** [qemu] Error 1 > make[1]: Leaving directory `/home/ubunthu/src/l4' > make: *** [qemu] Error 2 > > > > Gayathri > > > > > > > > > _______________________________________________ > l4-hackers mailing list > [email protected] > http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers >