can't run boa in uClinux

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

can't run boa in uClinux

903 Views
whoami
Contributor I
Hi,
I am following 'AN3238' application note for my project. I am trying to run boa executable file in uClinux but I am getting weird error like
 
when I do
>boa>./boa
pid:18  failed 1536
 
 
Can anyone please tell me how to debug this error?
 
Thanks
 
Labels (1)
0 Kudos
1 Reply

234 Views
mwaddel
Contributor I
Are yo uin the directory where the boa executable is located
when you run ./boa?  Try just typing:

boa

You can also try running strace and see if that gives you any
more clues:

strace boa
0 Kudos