• 已解决 73482 个问题
  • 已帮助 5993 位优秀工程师

linux下编译stm32项目需要如何搭建工具链

xdsnet 2018-09-19 浏览量:1368

想纯linux开发stm32,相关工具链如何搭建?

0 0 收起

我来回答

上传资料:
选择文件 文件大小不超过15M(格式支持:doc、ppt、xls、pdf、zip、rar、txt)
最佳答案
  • 使用GCC编译,建立工程及makefile,可以参考以下连接的博客,步骤很清晰:

    https://blog.csdn.net/embbnux/article/details/17616809​

    • 发布于 2018-09-19
    • 举报
    • 评论 0
    • 2
    • 0

其他答案 数量:11
  • https://blog.csdn.net/yanchanchu9519/article/details/79485463

    参考这个教程吧,这个问题已经不知道在问答区出现多少次了

    • 发布于2018-09-19
    • 举报
    • 评论 0
    • 1
    • 0

  • 可以参考https://blog.csdn.net/yanchanchu9519/article/details/79485463
    • 发布于2018-09-20
    • 举报
    • 评论 0
    • 1
    • 0

  • 安装gcc工具链---->建立工程目录--->编写Makefile,连接文件--->编译生成可执行文件--->下载测试
    • 发布于2018-09-20
    • 举报
    • 评论 0
    • 0
    • 0

  • 安装好STlink的驱动,使用eclipse进行项目管理就可以了
    • 发布于2018-09-20
    • 举报
    • 评论 0
    • 0
    • 0

  • 参考这个https://blog.csdn.net/embbnux/article/details/17616809%E2%80%8B
    • 发布于2018-09-23
    • 举报
    • 评论 0
    • 0
    • 0

  • 建议用eclipse加上GCC的组合编辑编译工程,然后还是可以用STlink下载的
    • 发布于2018-09-23
    • 举报
    • 评论 0
    • 0
    • 0

  • 这个需要你在CubeMX下生成STM32的makefile工程,然后再使用官方提供的GCC编译链进行交叉编译。

    • 发布于2018-09-27
    • 举报
    • 评论 0
    • 0
    • 0

  • 可以参考https://blog.csdn.net/yanchanchu9519/article/details/79485463
    • 发布于2018-09-30
    • 举报
    • 评论 0
    • 0
    • 0

  • 在linux下使用GCC的交叉编译工具进行编译和连接,固件通过串口下载
    • 发布于2018-10-20
    • 举报
    • 评论 0
    • 0
    • 0

  • 参考https://blog.csdn.net/yanchanchu9519/article/details/79485463
    • 发布于2018-10-27
    • 举报
    • 评论 0
    • 0
    • 0

相关问题

问题达人换一批

linux下编译stm32项目需要如何搭建工具链