Re: make uimage error
Matthias Lange <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 09/26/2015 10:28 PM, Shabnam Engineer wrote: > Hi Adam, > I built l4linux successfully and again I got this error : > > ****************************************************************************** > ---> 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/ Where did you build L4Linux and where is 'vmlinuz.arm'? Add that path to MODULE_SEARCH_PATH. Be aware that in your example above you actually reset MODULE_SEARCH_PATH instead of extending it. Matthias.