简体   繁体   中英

Understanding MakeFile for STM32 app

I am trying to develop an app on a STM32. I am a newbie and spending some time over how to build the environment to get started. On the internet , I found a source code for an app that runs on the same platform. But have no idea how to build and environment for this and build a bin file. I see the MakeFile but I dont understand much.

I would like to know whether I can reverse engineer the build environment by keenly understanding the make file. I am sorry If I sound really stupid. Any help in this matter would be highly appreciated.

Thank you for reading.

The general way to understand something that you don't know anything about is educating yourself about the subject. In the particular case I suggest reading the GNU make manual , which will teach you the basics and the more advanced parts of make operation and Makefile syntax.

O'Reilly also has a book, Managing Projects with GNU make (3rd ed.), if you like dead tree copies.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM