Closed
Bug 1242468
Opened 9 years ago
Closed 9 years ago
Use GCC 4.7 for arm-eabi- cross compiler
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
Attachments
(2 files)
When building kernel, it complains about the GCC version we try to use:
> kernel/raspberrypi/rpi2b/arch/arm/kernel/asm-offsets.c:54:2: error: #error Your compiler is too buggy; it is known to miscompile kernels
> #error Your compiler is too buggy; it is known to miscompile kernels
> ^
> kernel/raspberrypi/rpi2b/arch/arm/kernel/asm-offsets.c:55:2: error: #error and result in filesystem corruption and oopses.
> #error and result in filesystem corruption and oopses.
Forcing bypassing this really results in unbootable kernel.
Using GCC 4.7 arm-eabi- cross compiler produced good working kernel.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8711661 -
Flags: review?(jgomez)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8711664 -
Flags: review?(jgomez)
Updated•9 years ago
|
Attachment #8711661 -
Flags: review?(jgomez) → review+
Updated•9 years ago
|
Attachment #8711664 -
Flags: review?(jgomez) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://github.com/mozilla-b2g/device-rpi2b/commit/641d845a138d6bfe5484fe64ca35fb5090cd0cf9
https://github.com/mozilla-b2g/b2g-manifest/commit/02b1e782bf4825e86f8c51c5b49af7a8dcc3d5b3
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•