Skip to content

pi@raspberrypi:~/Airkiss $ make gcc -c -g -Wall -Wno-unused-but-set-variable main.c -o main.o In file included from main.c:12:0: utils/wifi_scan.h:4:19: fatal error: iwlib.h: No such file or directory #include <iwlib.h> ^ compilation terminated. Makefile:18: recipe for target 'main.o' failed make: *** [main.o] Error 1 #17

@lzwzzy

Description

@lzwzzy

pi@raspberrypi:~/Airkiss $ make
gcc -c -g -Wall -Wno-unused-but-set-variable main.c -o main.o
In file included from main.c:12:0:
utils/wifi_scan.h:4:19: fatal error: iwlib.h: No such file or directory
#include <iwlib.h>
^
compilation terminated.
Makefile:18: recipe for target 'main.o' failed
make: *** [main.o] Error 1
有人知道这是怎么了吗

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions