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

workflows: build failed on aarch 64 ubuntu : 'linux/kconfig.h' file not found #125 #126

Merged
merged 2 commits into from
Jul 7, 2022

Conversation

cfc4n
Copy link
Member

@cfc4n cfc4n commented Jul 7, 2022

fix:#125

  1. CROSS_COMPILE BPF is very difficult on x86_64 ARCH due include files is messy.
  2. QEMU(uraimo/run-on-arch-action@v2) dont have linux header files in /lib/modules/$(ARCH)/ and other path. cant make nocore and ANDROID=1 make nocore

So cant compile a no CO:RE version ecapture with Github Action.
rollback release.yml to CO:RE version ARM64 eCapture builder.

Signed-off-by: CFC4N cfc4n.cs@gmail.com

…ot found #125

CROSS_COMPILE BPF is very difficult on x86_64 ARCH due include files is messy.
QEMU(uraimo/run-on-arch-action@v2) dont have linux header files in /lib/modules/$(ARCH)/ and other path. cant make nocore and ANDROID=1 make nocore
So cant compile a no CO:RE version ecapture with Github Action.
rollback release.yml to CO:RE version ARM64 eCapture builder.

Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
@cfc4n cfc4n linked an issue Jul 7, 2022 that may be closed by this pull request
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
@cfc4n cfc4n added bug Something isn't working fix bug fix PR labels Jul 7, 2022
@cfc4n cfc4n merged commit 1b14984 into master Jul 7, 2022
@cfc4n cfc4n deleted the aarch64-kconfig-file-not-found branch July 7, 2022 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix bug fix PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build failed on aarch 64 ubuntu : 'linux/kconfig.h' file not found
1 participant