-
Notifications
You must be signed in to change notification settings - Fork 5k
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 fails with rpi-6.12.y bcmrpi_defconfig (armv6) #6503
Comments
I also got this error:
|
I've just tried and it built for me with bcmrpi_defconfig. My line of that file looks like (after building): Note the extra escape |
Does |
I assume I do. I usually do (Haven't tried since 6.6.56 though)
This is very helpful. I think this may be a buggy busybox awk. Will investigate.
Yes. huh..
|
see |
Yes. this is definitively a bug in busybox awk. With
This one is a bug though. I'm installing with something that corresponds to: _outdir=/home/ncopa/aports/main/linux-rpi/pkg/linux-rpi/boot
make modules_install zinstall dtbs_install \
INSTALL_MOD_PATH="$_outdir" \
INSTALL_PATH="$_outdir"/boot \
INSTALL_DTBS_PATH="$_outdir/boot" Looks like make rule prefix the source for the README with the target dir. |
Describe the bug
building the 6.12.y kernel with
bcmrpi_defconfig
for armv6 fails with:Steps to reproduce the behaviour
make bcmrpi_defconfig && make
Device (s)
Raspberry Pi 1 Mod. B+
System
alpine linux edge
Logs
No response
Additional context
Building the 6.12 RPi kernel for Alpine Linux.
disabling
CONFIG_KGDB_KDB
makes it build.The text was updated successfully, but these errors were encountered: