Learn about the replacement methods for the T113 Buildroot cross-compilation toolchain. Follow the steps including script modification, conf
Hey all! 👋 Here's a quick rundown on T113 Buildroot cross-compilation toolchain replacement. 🛠️
1. Find the toolchain at OK113i-linux-sdk/out/t113_i/ok113i/longan/buildroot/host/bin/arm-linux-gnueabihf-gcc. Delete 'out' dir and decompress new toolchain from specific path.
2. Alter mkcmd.sh and mkcommon.sh as instructed.
3. In SDK path, do commands like./build.sh config (adjust for board), then set toolchain & target options in buildroot config.
4. Compile, fix errors if any, and after success, do full compile & image pack in SDK.
5. Test with a program.










