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:
developer.arm.com/.../downloads