as it’s precompiled from buildroots it’d likely x86-64 only and maybe musl? not sure if external toolchain is need external libs
I know it but in addition to that, specifically apply to downloaded sdk fromdownload.openwrt.org only:
Like filename for sdk have x86-64 even for sdk to build other architectures so I assume they won't run in arm things
There's a SDK for each target, like https://downloads.openwrt.org/releases/24.10.5/targets/mediatek/filogic/ ?
Yes it does but they have x86 at the end of filename: sdk itself is x86 binary made to output filogic packages
openwrt-toolchain-24.10.5-mediatek-filogic_gcc-13.3.0_musl.Linux-x86_64.tar.zst
You always build on x86, no matter the target arch.
The SDK covers the common host architecture, if yours is different, you can't use those and need to build from source (that's always possible).
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.