This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Header files are missing in arm32 cross compiler toolchain packages

I tried to compile busybox for arm64/arm32. I can successfully compile for aarch64 but I have problems doing arm32. I received an error like some header files missing in the arm32 cross compiler package.

e.g. byteswap.h is not present in the arm32 cross compiler, but I can see the same header files in aarch64 toolchain packages.

 

Which version I can use for to resolve header file issue for arm32?. I need  arm32 cross compiler toolchain with included all header files as same like aarch64 arm tool chain.

 

 

For aarch64:

https://developer.arm.com/-/media/Files/downloads/gnu-a/10.2-2020.11/binrel/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu.tar.xz

 

For arm32:

https://developer.arm.com/-/media/Files/downloads/gnu-a/10.2-2020.11/binrel/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu.tar.xz