OpenWRT - package missing dependencies when recompiling

前端 未结 4 1824
名媛妹妹
名媛妹妹 2021-02-15 11:17

If anybody can help me with this I would really appreciate it because it\'s driving me insane.

When I compile an OpenWRT image from scratch including my packages, usuall

4条回答
  •  庸人自扰
    2021-02-15 11:39

    Following this thread, a user noticed in my compilation output that it mentioned:

    make[3]: Nothing to be done for `all'.
    

    Comment:

    Is your src/ directory actually clean? I suspect it contains an "amldmonitor" executable already which was built for your host. Make sure your src/ directory does not contain any junk like *.o files or final executables.

    After inspecting my package source folder, it did indeed contain .o files and an executable.

    Removing this solved the issues I was having!

提交回复
热议问题