How to solve "object file renamed" this problem? for STM32H745 DualCore MCU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-01-05 10:00 PM
When I use Keil MDK V5.30 build target file,it cames. So how can I solve it.
- Labels:
-
DEBUG
-
STM32H7 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-14 1:39 AM
Did you solved the problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-14 2:21 AM
Check that it is building into different directories for each sub-project​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-14 6:16 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-20 12:17 AM
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.
