luckfox-pico-sdk/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf
2023-08-08 20:36:47 +08:00
..
arm-rockchip830-linux-uclibcgnueabihf creat: first commit 2023-08-08 20:36:47 +08:00
bin creat: first commit 2023-08-08 20:36:47 +08:00
lib creat: first commit 2023-08-08 20:36:47 +08:00
libexec/gcc/arm-rockchip830-linux-uclibcgnueabihf/8.3.0 creat: first commit 2023-08-08 20:36:47 +08:00
runtime_lib creat: first commit 2023-08-08 20:36:47 +08:00
share creat: first commit 2023-08-08 20:36:47 +08:00
arm-rockchip830-linux-uclibcgnueabihf_defconfig creat: first commit 2023-08-08 20:36:47 +08:00
env_install_toolchain.sh creat: first commit 2023-08-08 20:36:47 +08:00
readme.txt creat: first commit 2023-08-08 20:36:47 +08:00

The env_install_toolchain.sh is a shell script to install this toolchain.

We can use
    source ./env_install_toolchain.sh /opt/toolchain
command line to install toolchain in /opt/toolchain.

Or we can use
    source ./env_install_toolchain.sh dirname
command line to install toolchain in the "dirname" which you Specified.

For now, we can use toolchain in everywhere.