cancel
Showing results for 
Search instead for 
Did you mean: 

How to solve "object file renamed" this problem? for STM32H745 DualCore MCU

XPong.1
Associate

0693W000006Hdx0QAC.jpg0693W000006HdwvQAC.jpgWhen I use Keil MDK V5.30 build target file,it cames. So how can I solve it.

4 REPLIES 4
l.kopp
Associate II

Did you solved the problem ?

Check that it is building into different directories for each sub-project​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
l.kopp
Associate II

Yes I use this to build two different Project Targets with different versions of the HAL Drivers. Each Target have a own Output Folder and even wehen I delete alle .o-Files in the folder this message occures.

simosilva
Senior

This occurs when the build contains two files with the same exact name, make sure every other "main.c" "stm32h7xx_it.c" and stm32h7xx_hal_map.c" is EXCLUDED in the current target build options.

Right click on the file on project view, then "Option for target", then uncheck include in Target Build in the screen you posted for the CM4.

In the same way, check the box in the CM7 files making sure the check is black and not grey.

0693W00000FD6F8QAL.png