当前位置:   article > 正文

file 命令和 编译开源程序_file指令 elf

file指令 elf

用file查看生成的库文件和可执行程序是否是arm平台,

命令:$file  libasound.so

 $file  aplay

实例:

aaa@ubuntu:/usr/lib/alsa-lib$ file libasound_module_pcm_pulse.so 
libasound_module_pcm_pulse.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped

  一般自己编译一个开源程序,都是先执行configure这个脚本,通过执行这个脚本同时给这个脚本传入自己的配置(比如交叉编译器的选择、生成目录等),会生成对应配置的Makefile文件,然后执行make命令,然后,执行make install命令。


whereis命令能查看一个文件在哪,如:$whereis file.txt


==============================================

编译alsa网址;

http://blog.csdn.net/reille/article/details/5845913

http://ackerman.iteye.com/blog/828912

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/326118?site
推荐阅读
相关标签
  

闽ICP备14008679号