Re: make uimage error
Matthias Lange <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/02/2015 05:52 PM, Shabnam Engineer wrote: > Hi Matthias > thank you for your response to my question. > That problem has been solved but I have a new problem : > *********************************************************************** > my command : > make uimage E="L4Linux ARM" > MODULE_SEARCH_PATH=/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/kernel/fiasco/mybuild/ > O=/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4/builddir/ > > the massege : > make[1]: Entering directory > `/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4' > Could not find 'l4lx.cfg' with path > '/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/kernel/fiasco/mybuild/:/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4/builddir/bin/arm_armv7a:/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4/builddir/bin/arm_armv7a/l4f:/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4/builddir/lib/arm_armv7a:/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4/builddir/lib/arm_armv7a/l4f' > > Processing of > /home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4/conf/modules.list > failed! > > make[3]: *** No rule to make target `mod.make.inc', needed by > `bootstrap.ld'. Stop. > make[2]: *** > [/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4/builddir/pkg/bootstrap/server/src/OBJ-arm_armv7a] > Error 2 > make[1]: *** [uimage] Error 2 > make[1]: Leaving directory > `/home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4' > make: *** [uimage] Error 2 > > *************************************************** > > the l4lc.cfg file exists in this route : > /home/shabnam/Desktop/snapshot/l4re-snapshot-2014092821/src/l4/conf/examples You have to add this path to MODULE_SEARCH_PATH. For your convenience you can consider modifying your Makeconf.boot in ~/Desktop/snapshot/l4re-snapshot-2014092821/src/l4/conf and add your common directories there. Matthias.