Re: [coldfire-gnu-discuss] system() function broken
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldfire-gnu-discuss] system() function broken



Nathan Sidwell wrote:
Can you determine what is emitting the 'applet not found' message?

That's a message from busybox itself. E.g. if you invoke "busybox blabla" you will get "blabla: applet not found". According to the system() manpage, it will call "/bin/sh -c <command>", so it looks like the command passed to system() somehow gets lost/garbled.

The board we're using runs linux-2.6.17-rc4 and busybox 1.1.3.


Michel