OpenWrt Forum Archive
https://forum.archive.openwrt.org/viewtopic.php?id=7331101.05.2018 · I am able to use the aarch64-openwrt-linux-gcc to cross compile simple c program like this: aarch64-openwrt-linux-gcc -o test.o test.c But, when I try to build kernel modules, the build is always failing with those "unrecognized argument in option" and "unrecognized command line option" errors.
[OpenWrt Wiki] Cross compiling
openwrt.org › docs › guide-developerOct 15, 2021 · Cross compiling If you want to use a program, currently not contained in the OpenWrt repository, you probably won't find a binary compiled for your CPU. Provided that it is released as open source, you can download the code and compile it using the OpenWrt Buildroot. Note that not every code is compilable for every CPU architecture. Also performance and available RAM on embedded systems is ...
Gcc Download for Linux (apk, deb, eopkg, ipk, pkg, rpm ...
https://pkgs.org/download/gccDownload gcc packages for Adélie, AlmaLinux, Alpine, ALT Linux, Arch Linux, CentOS, Debian, Fedora, FreeBSD, KaOS, Mageia, OpenMandriva, openSUSE, OpenWrt, PCLinuxOS ...
OpenWrt Forum Archive
forum.archive.openwrt.org › viewtopicFeb 19, 2018 · I am able to use the aarch64-openwrt-linux-gcc to cross compile simple c program like this: aarch64-openwrt-linux-gcc -o test.o test.c But, when I try to build kernel modules, the build is always failing with those "unrecognized argument in option" and "unrecognized command line option" errors.