美文网首页
编译linux驱动时出现的奇怪错误

编译linux驱动时出现的奇怪错误

作者: JOHNNYHU_a1f5 | 来源:发表于2020-08-05 10:47 被阅读0次

    编译出错信息:

    $ make

    /bin/sh: 1: e: not found

    Makefile:52: recipe for target 'modules' failed

    make: [modules] Error 127 (ignored)

    原因分析:

    makefile里依赖路径设置错误,

    TOPDIR := ../../

    因为多退回一级,导致找不到依赖的文件

    相关文章

      网友评论

          本文标题:编译linux驱动时出现的奇怪错误

          本文链接:https://www.haomeiwen.com/subject/wxsnrktx.html