JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

build project using makefile

发布时间 2023-08-04 16:22:53作者: 失落''80
 1 #include <Windows.h>
 2 
 3 int main()
 4 { 
 5     //system("dir");
 6     //system("arm-none-eabi-gcc -v");
 7     //system("cmake --version");
 8     system("cd /d G:\\stm32\\teststm32 && make &&arm-none-eabi-size build/teststm32.elf");
 9     //arm-none-eabi-objcopy -O ihex build/teststm32.elf build/teststm32.hex
10     //arm-none-eabi-objcopy -O binary -S build/teststm32.elf build/teststm32.bin
11 
12     system("pause");
13     return 0;
14 }

 

    本栏目推荐文章
  • IDEA项目名称后面出现中括号,模块Modules的名子和文件夹名称不同,可以右键修改名称也可以在File->Project Structure 修改Modules的Name(快捷键ctrl+Shift+Alt+s)
  • MakeFile文件的使用 [补档-2023-07-13]
  • Early lameness detection in dairy cattle based on wearable gait analysis using semi-supervised LSTM-Autoencoder
  • [linux kernel] struct pid && the way the kernel used to cast uint32_t pid to struct task_struct
  • dlv调试时访问不可达函数报错please use a line with a statement
  • [Vue warn]: Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".
  • 使用Docker Build构建镜像
  • android编译kanzi 问题 (3) Build command failed.ninja: error: '../../../../../../lib/android_gradle/ES3_Release/arm64-v8a/xxxxx.so', needed by 'xxxxxx.so', missing and no known rule to make it
  • Makefile
  • Coding Languages used in Smart cars
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们