vanbwodonk / gcc-arm-embedded-build-armhf

GCC ARM embedded build for Raspberry Pi & Jetson TX2 (armhf 32/64 bit)
Other
18 stars 4 forks source link

ARM6 error, on RasPi Zero W #5

Open RandoSY opened 3 years ago

RandoSY commented 3 years ago

Hello!,

Thanks for this great posting!

I'm seeing this error... sorry so terse.

internal compiler error: Illegal instruction   303

I that because I am on ARM6?

Best,

Randy

vanbwodonk commented 3 years ago

Yes !! i try in my old odroid it exactly give same output

On Sun, Jun 20, 2021, 06:59 RandoSY @.***> wrote:

Hello!,

Thanks for this great posting!

I'm seeing this error... sorry so terse.

internal compiler error: Illegal instruction 303

I that because I am on ARM6?

Best,

Randy

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vanbwodonk/gcc-arm-embedded-build-armhf/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJSYRHX4U3DSDTGILITAITTTUVOVANCNFSM467QLB2A .

aAboodi commented 2 years ago

I get the same error on Raspberry Pi 1 I think it has arm6l Any idea how can I get the toolchain for this device?

vanbwodonk commented 2 years ago

Any idea how can I get the toolchain for this device?

Hi, I'm sorry is so hard to support oldest RPI (ARMV6) because qemu dont support it. So the only option is you need to compile inside raspberry pi 1. It will take very long times, 2 ~ 3 days maybe. If you think is worth, try compile it with swap > 2G or more. Please read [How-to-build-toolchain.pdf] (https://github.com/vanbwodonk/gcc-arm-embedded-build-armhf/blob/master/How-to-build-toolchain.pdf).