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

Build Error #1

Open
adibindrianto opened this issue Mar 30, 2024 · 3 comments
Open

Build Error #1

adibindrianto opened this issue Mar 30, 2024 · 3 comments

Comments

@adibindrianto
Copy link

Screenshot_2024-03-30-19-43-51-05
How to fix it?

@bling-yshs
Copy link
Owner

bling-yshs commented Mar 30, 2024

You need to edit the file .github/workflows/build.yml. Find the following section:

- name: Build immortalwrtARM
  run: |
    cd $REPO_NAME
    make -j$(nproc)
    pwd
    ls
# 默认make -j$(nproc),代表多线程编译。如果求稳想看报错信息,可以使用make -j1 V=99代替

Change make -j$(nproc) to make -j1 V=99. This is mentioned in the code annotation above. Only then can you see the specific error information

Finally, I haven't compiled ImmortalWrt for a long time, so I'm not very familiar with it anymore. You can look for other Github action repositories while waiting for the compilation.

@adibindrianto
Copy link
Author

not working, same problem

@bling-yshs
Copy link
Owner

bling-yshs commented Mar 31, 2024

not working, same problem

Sorry, I found the reason for this problem, it is because the github action compilation environment is incomplete. I have now fixed it and started a compilation action using your .config. It is now compiling the firmware (if you still need it). Here is the link:

https://github.com/prettyYs/Actions-ImmortalWrt/actions/runs/8495288153/job/23271401062

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