`
CrackRen
  • 浏览: 172143 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

GCC出现 "cannot execute binary file"

 
阅读更多

今天开始搞搞Linux 开发 用Gcc -c test.c -o test 感觉挺标准的

先是出现一句./test: Permission denied  没权限 加个权限去

然后 使用 chmod +x test

再次执行结果./test: cannot execute binary file

纳闷了

 

百度结果是 gcc 如果加参数 -c 是只编译 不连接 去掉后就好了

 

gcc test.c -o test

./test  

直接执行

 

分享到:
评论

相关推荐

    How to Approach Binary File Format Analysis

    标题《如何进行二进制文件格式分析》和描述中涉及的关键知识点主要集中在逆向工程领域,尤其是使用特定的二进制文件分析工具进行文件格式分析的方法和重要性。由于文档内容显示了对版权和免责声明的特殊提及,以下将...

    Arm移植php+apache+mysql过程

    /bin/sh: ./gen_lex_hash: cannot execute binary file make[1]: *** [lex_hash.h] Error 126 ``` 这是因为编译出的ARM类型程序无法在PC上直接运行。解决方法是将之前编译好的 `gen_lex_hash` 文件复制到当前...

    linux全志R16的linux系统编译的资料_20170502_1655.7z

    libencode-locale-perl libfile-listing-perl libfont-afm-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl ...

    Bochs - The cross platform IA-32 (x86) emulator

    (tested with Mingw gcc 4.5.1 and Microsoft Visual Studio Express 2010) - Added ability to configure CPUID stepping through .bochsrc. The default stepping value is 3. - Added ability to disable ...

    acpi控制笔记本风扇转速

    ResourceTemplate, but cannot be disassembled as such because the EndTag does not appear at the very end of the buffer. AcpiExec - Added the "-t" command line option to enable the serialized mode of ...

Global site tag (gtag.js) - Google Analytics