Updating toolchain compilers

  • If you need to use Buildroot as your target root filesystem, currently there is no way to replace the compiler (as Rockchip has not provided the corresponding source code or a more advanced version).

    If you do not need to use the official Rockchip libraries in Buildroot, you can directly use a glibc-based system (such as Ubuntu). A glibc system supports building your project with a higher version of the cross-compilation toolchain. Testing with GCC 11.3's glibc cross-compilation toolchain on an Ubuntu system has not encountered any issues.
  • Ok, got that, thanks.