[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] Question about file execution
From: |
Andrea Galbusera |
Subject: |
Re: [Ltib] Question about file execution |
Date: |
Mon, 18 Apr 2011 08:51:18 +0200 |
Roberto,
please, see comments below.
On Fri, 2011-04-15 at 11:21 +0200, Roberto Giovoni wrote:
> We have created a file system image for LPC3250 for Phytec board
> with linux kernel image ver 2.6.34.
>
> We have the following problem:
>
> 1) we have copied in /home/teledata/Pulsar directory our Pegasus executable
> file
> 2) we start to run this file (always from directory above) with the line
> command ./Pegasus
> 3) we obtain the message ""-/bin/sh: ./Pegasus: not found"
Could you please execute the following commands on the target and attach
the output?
$ ls -l /home/teledata/Pulsar
$ ls -l /bin/sh
$ file /home/teledata/Pulsar/Pegasus
Last command might fail if you don't have the command 'file' available
on your target filesystem. In such a case, is 'Pegasus' an executable or
a shell script file?
Regards,
Andrea