Package for arm-unknown-linux-gnueabi?

I can find arm-none-eabi-gcc package which is for bare metal. I was wondering if there is one for arm-unknown-linux-gnueabi or the hf variant? Do I need to build the compiler from source or my searching skills are bad and package is already somewhere in repo?

You did not say which architecture. I use this on my x86.

[ray@ray-pc ~]$ pacman -Ss arm-none-eabi-gcc
community/arm-none-eabi-gcc 11.2.0-1 [installed]
    The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal)

It appears to be in the arm repo also.

1 Like

Thanks for your reply.
I have arm-none-eabi-gcc, which is for bare-metal. I want to cross compile to linux with arm architecture, say, for a raspberry pi. I believe the equivalent debian package is gcc-arm-linux-gnueabihf