Makefile creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-08 3:29 AM
Can you give me a step-by-step guide to create a makefile for stm32 project?
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-08 3:39 AM - edited ‎2025-01-08 3:42 AM
Hello @arun27
To generate a Makefile for an STM32 project using CubeMX, follow these steps:
Step 1: Open CubeMX and Configure Your Project
- Launch STM32CubeMX 6.13.0 (Link for download STM32CubeMX - STM32Cube initialization code generator - STMicroelectronics )
- Configure your STM32 microcontroller settings, including clock configuration, peripherals, and middleware.
Step 2: Generate the Project
- Click on the "Project" tab.
- Set the "Toolchain / IDE" to "Makefile".
- Specify the project name and location.
- Click "Generate Code".
Step 3: Review the Generated Makefile
CubeMX will generate a Makefile in the project directory. This Makefile will include all necessary build rules, compiler flags, and linker scripts based on your CubeMX configuration.
THX
Ghofrane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-08 3:40 AM
Is this a continuation of https://community.st.com/t5/stm32cubeide-mcus/compilation-using-batch-file/td-p/759173 ?
If so, perhaps mark the solution there, and give a link to here?
Are you familiar with makefiles in general?
