a1ce9474e4
The m68k Linux kernel build is broken with binutils >= 2.41 with: arch/m68k/fpsp040/skeleton.S: Assembler messages: arch/m68k/fpsp040/skeleton.S:502: Error: junk at end of line, first unrecognized character is `#' arch/m68k/fpsp040/skeleton.S:508: Error: junk at end of line, first unrecognized character is `#' This commit adds a backport from the upstream Linux kernel which fixes this issue. Many thanks to Romain Naour for the issue investigation and the identification of the kernel commit fixing this. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
0001-m68k-Fix-invalid-.section-syntax.patch | ||
linux.config | ||
readme.txt |
Run the emulation with: qemu-system-m68k -M q800 -kernel output/images/vmlinux -nographic -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/sda console=ttyS0" # qemu_m68k_q800_defconfig The login prompt will appear in the terminal that started Qemu.