码迷,mamicode.com
首页 > 其他好文 > 详细

第一次作业

时间:2017-09-15 23:45:46      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:arm   hello   cts   虚拟   编译环境   free   https   update   生成   

1、在Linux虚拟机上创建arm交叉编译环境

# sudo apt-get update

技术分享

# sudo apt-get upgrade

技术分享

# sudo apt-get install build-essential git

技术分享

# sudo apt-get install gcc-arm-none-eabi

技术分享

 

2、把FreeRTOS例程clone到虚拟机并编译例程

 # git clone 技术分享https://github.com/cbhust/STM32F429_Discovery_FreeRTOS_9.git
技术分享

# cd STM32F429_Discovery_FreeRTOS_9/Projects/Hello_RTOS/
# make

技术分享

生成hello_rtos.hex文件

技术分享

 

 

第一次作业

标签:arm   hello   cts   虚拟   编译环境   free   https   update   生成   

原文地址:http://www.cnblogs.com/harryhust369/p/7529117.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!