Unable to start " my application"(8). This error occurs during the boot
process. What does it mean?
Adam
Unable to start " my application"(8). This error occurs during the boot
process. What does it mean?
Adam
Adam Zembala <adam.zembala@opal-rt.com> wrote:
Unable to start " my application"(8). This error occurs during the boot
process. What does it mean?
The “(8)” is usually the errno, so check /usr/include/errno.h tell you
errno 8 is ENOEXEC. Is your application compile properly for the target ?
-xtang