网站首页
编程语言
数据库
系统相关
其他分享
编程问答
arm7
2024-12-05
c程序嵌入式ARM7(交叉编译)
代码调试1.安装VSCode2.VSCode扩展添加(C/C++ExtensionPack;CodeRunner)3.安装gcc(MinGW-W64)并配置环境变量 ,验证:gcc-v windowgcc-ohello.exehello.c linuxgcc-ohellohello.c arm(静态编译)arm-linux-gnueabihf-gcc-static-ohellohello.c ub
2024-11-23
golang 嵌入式ARM7(交叉编译)
开发板信息编译环境安装go环境sudoapt-getinstallgolang安装交叉编译工具链sudoapt-getinstallgcc-arm-linux-gnueabihfgoversionarm-linux-gnueabihf-gcc-v 编译脚本(build.sh)#!/bin/bash#设置交叉编译环境变量exportGOARCH=armexportGOARM=7