I am trying to run an executable from L4linux using run-l4 command. The script is: $ ./run-l4 dope.cfg Dope.cfg: sleep 1 task "dopelog" allow_cli priority xx But I get: L4_sleep(): IPC error 40 ... repeated for 21 lines LOADER not found. I am using L4Linux 2.6 on fiasco Thanks Jayesh
On Sat Feb 19, 2005 at 20:01:37 -0600, Jayesh Salvi wrote:
I am trying to run an executable from L4linux using run-l4 command. The script is:
$ ./run-l4 dope.cfg
Dope.cfg: sleep 1 task "dopelog" allow_cli priority xx
But I get: L4_sleep(): IPC error 40 ... repeated for 21 lines LOADER not found.
I am using L4Linux 2.6 on fiasco
There's a little trick involved here. Such binaries need to be modified for 2.6, use the tool in l4/tool/twiddler for that. Adam -- Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
participants (2)
-
Adam Lackorzynski -
Jayesh Salvi