cancel
Showing results for 
Search instead for 
Did you mean: 

edit makefile

Ebun.1
Senior

Hello

I am using stm32Cube IDE.

Where should I edit the makefile?

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
EJOHA
Senior

Hi,

Normally you don't need to edit makefiles. Instead open the Project Properties and in C/C++ Build -> Settings the "Tool Settings" tab contains Assembler, Compiler, Linker configurations.

More information about STM32CubeIDE is found in the User manual here:

https://www.st.com/resource/en/user_manual/dm00629856-description-of-the-integrated-development-environment-for-stm32-products-stmicroelectronics.pdf

View solution in original post

2 REPLIES 2
EJOHA
Senior

Hi,

Normally you don't need to edit makefiles. Instead open the Project Properties and in C/C++ Build -> Settings the "Tool Settings" tab contains Assembler, Compiler, Linker configurations.

More information about STM32CubeIDE is found in the User manual here:

https://www.st.com/resource/en/user_manual/dm00629856-description-of-the-integrated-development-environment-for-stm32-products-stmicroelectronics.pdf

Hi, Mr. EJOHA

Thank you for helping.

Thank you for your reply.