下载linux版的vscode ,并且安装
我用的板子是nxp的imx6ull,下载nxp的的arm交叉编译工具链和他们的内核(也可以下载官方版本的内核和编译工具链),解压并设置路径,我的路径如下:
内核路径/home/mayunzhi/linux/Linux-4.9.88
工具链路径/home/mayunzhi/linux/ToolChain/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin/
创建一个helloworld的文件夹mkdir helloworld ,创建一个c文件:touch helloworld.c
用vscod
2021-07-23 19:07:57
39KB
c
IN
ld
1