+ http://ftp.loongnix.cn/toolchain/gcc/release/mips/gcc7/mips-loongson-gcc7.3-2019.06-29-linux-gnu.tar.gz ===> /opt/mips-loongson-gcc7.3-2019.06-29-linux-gnu.tar.gz \r
+ https://github.com/ventoy/musl-cross-make/releases/download/latest/output.tar.bz2 ===> /opt/output.tar.bz2\r
+\r
+\r
+ http://www.tinycorelinux.net/11.x/x86_64/release/distribution_files/vmlinuz64 ===> /home/Ventoy-master/LiveCD/ISO/EFI/boot/vmlinuz64\r
+ http://www.tinycorelinux.net/11.x/x86_64/release/distribution_files/corepure64.gz ===> /home/Ventoy-master/LiveCD/ISO/EFI/boot/corepure64.gz\r
+ http://www.tinycorelinux.net/11.x/x86_64/release/distribution_files/modules64.gz ===> /home/Ventoy-master/LiveCD/ISO/EFI/boot/modules64.gz \r
+\r
+2.3 Prepare third-part tools\r
+ cd /home/Ventoy-master/DOC/\r
+ tar xf musl-1.2.1.tar.gz\r
+ cd musl-1.2.1\r
+ ./configure && make install\r
+\r
+ tar xf /opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz -C /opt\r
+ tar xf /opt/aarch64--uclibc--stable-2020.08-1.tar.bz2 -C /opt\r
+ tar xf /opt/output.tar.bz2 -C /opt\r
+ mv /opt/output /opt/mips64el-linux-musl-gcc730\r
+ \r
+\r
+2.4 Set PATH environment\r
+ export PATH=$PATH:/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin:/opt/aarch64--uclibc--stable-2020.08-1/bin:/opt/mips64el-linux-musl-gcc730/bin\r
+ better to add this line to /root/.bashrc and relogin as root\r