| Summary: | SH4 toolchain does not build Linux kernel magicpanelr2_defconfig | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Thomas Petazzoni <thomas.petazzoni> |
| Component: | Other | Assignee: | Kieran Weaver <drawbook.productions> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2016.11 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Thomas Petazzoni
2017-07-17 15:08:57 UTC
This problem can be reproduced with the following defconfig: BR2_sh=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_DEFCONFIG="magicpanelr2" BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y Reproduced on the current buildroot git head. From linux commit ded5431ff311d963888ac951131a04fe7633aa79: """ From ded5431ff311d963888ac951131a04fe7633aa79 Mon Sep 17 00:00:00 2001 From: Markus Brunner <super.firetwister@gmail.com> Date: Wed, 12 Sep 2007 11:54:58 +0900 Subject: sh: Magic Panel R2 board support. This adds support for the SH7720 (SH3-DSP) based Magic Panel R2 board. """ The Magic Panel R2 is a SH3 board, not a SH4 board, it's not supported by buildroot. The root cause is that the SH3-DSP scheduler code saves and loads the SH3 DSP registers via inline ASM, and mixing SH3-DSP code with SH4-FPU code isn't supported. Marking as RESOLVED/WONTFIX |