*a.out: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically 
linked (uses shared libs), for GNU/Linux 2.6.16, not stripped*

*As you see your executable is dynamically linked, this means at execution 
time, it will look for the libraries in your system. If the libraries are 
not in your system or not in the PATH your executable will not found it and 
you run into this problem.*

*Regards*

*--Allan Granados*
El miércoles, 18 de marzo de 2015, 2:25:19 (UTC-6), Dhruvil Patel escribió:
>
>
>
>     For compiling c file 
>
>   *arm-none-linux-gnueabi file-name.c*
>
>  after that  got the a.out file 
>   file a.out
>
>  *a.out: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), 
> dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not stripped*
>
>
>  but when i am load on beagle board 
> * ./a.out*
>
>  it will show this error
>
> *./a.out: error while loading shared libraries: libgcc_s.so.1: cannot open 
> shared object file: No such file or directory*
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to