-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compile issue #7
Comments
Could you please send a git diff to see what changes you made? Also, on which commit is your repo? |
Hi jkoan The git diff has this result:
Git status tells me: On branch master |
Unfortunately i cant reproduce the issue. Is this the full error output of the make command? Could you upload the log of the kernel build from logs/kernel.log? |
The full kernel.log is
|
Which Basesystem are you running on the host? What cpu architecture? |
It is a WSL (Windows Subsystem for Linux) system x86_64 GNU/Linux, didn't have any problems before. |
32bit binary (which the toolchain uses) seem to not be supported by WSL. Please use Linux, a Linux VM or something like this. |
I have the same issue on a raspberry pi 3b (with Raspbian) also tried on wsl 2 there it couldnt found arm-linux-gcc Ps. the prebuilt image links are not working (edit) |
Hi,
I've followed the steps from the README.
and here is where I get into problems.
Make is giving me this:
make[1]: Entering directory '/home/xxx/NavitTom/src/linux-s3c24xx'
/home/xxx/NavitTom/gcc-3.3.4_glibc-2.3.2/bin/arm-linux-gcc: 1: Syntax error: "(" unexpected
/home/xxx/NavitTom/gcc-3.3.4_glibc-2.3.2/bin/arm-linux-gcc: 1: Syntax error: "(" unexpected
make[1]: Leaving directory '/home/xxx/NavitTom/src/linux-s3c24xx'
make: *** [Makefile:111: kernel/arch/arm/boot/zImage] Error 2
I'm using gcc-3.3.4_glibc-2.3.2.
Can someone help me resolve this issue?
The text was updated successfully, but these errors were encountered: