Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile missing separator error #6

Open
cloudJojo opened this issue Apr 4, 2023 · 1 comment
Open

Makefile missing separator error #6

cloudJojo opened this issue Apr 4, 2023 · 1 comment

Comments

@cloudJojo
Copy link

When compiling, the following error occurs.
I changed spaces to tabs as told by chat gpt or google, but the same problem occurs.

------------------------ error --------------------------------------
make[3]: Entering directory /mnt/sdb1/home/cloud/5G/20230401_netmanager/qsdk/feeds/luci_proto_modemmanager/luci-proto-modemmanager' Makefile:54: *** missing separator. Stop. make[3]: Leaving directory /mnt/sdb1/home/cloud/5G/20230401_netmanager/qsdk/feeds/luci_proto_modemmanager/luci-proto-modemmanager'
make[2]: *** [package/feeds/luci_proto_modemmanager/luci-proto-modemmanager/compile] Error 2
make[2]: Leaving directory `/mnt/sdb1/home/cloud/5G/20230401_netmanager/qsdk'
make[1]: *** [/mnt/sdb1/home/cloud/5G/20230401_netmanager/qsdk/staging_dir/target-aarch64_cortex-a53_musl-1.1.16/stamp/.package_compile] Error 2

@cyqtmxk
Copy link

cyqtmxk commented May 28, 2024

due to the tap is replaced by 4 spaces on line 37-39, line50 and 51,just replace the spaces with tap , in Vim you can use "Ctrl+v+i " to type "tap"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants