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

u128 error #36

Open
xMadNet opened this issue Nov 30, 2024 · 1 comment
Open

u128 error #36

xMadNet opened this issue Nov 30, 2024 · 1 comment

Comments

@xMadNet
Copy link

xMadNet commented Nov 30, 2024

Hi
My config
Linux LARPITEST 6.6.63-v8+ #1821 SMP PREEMPT Mon Nov 25 13:50:21 GMT 2024 aarch64 GNU/Linux
gcc version 10.2.1 20210110 (Raspbian 10.2.1-6+rpi1)

Error when compiling :
subprocess.CalledProcessError: Command 'cd /root/linux && make modules_prepare ' returned non-zero exit status 2.
Got lot of :
142 | __CMPXCHG128(_mb)
| ^~~~~~~~~~~~
./arch/arm64/include/asm/cmpxchg.h:135:21: error: unknown type name ‘u128’

Please help
BR

@pelwell
Copy link
Member

pelwell commented Nov 30, 2024

Which OS are you running on? If it isn't a 64-bit OS then you will need to install what is technically a cross compiler from ARCH=arm to ARCH=arm64.

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