make: *** [Src/subdir.mk:64: Src/main.o] Error 1 - I'm complete newbie to STM32CubeIDE or Eclipse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-16 6:33 PM
Hi,
I have this error around since few days. I tried find some answers on forums but not been able to fix it.
When I build my project I get this error:
make: *** [Src/subdir.mk:64: Src/main.o] Error 1
followed by
make: *** Waiting for unfinished jobs....
I am using STM32F103C8T, I reinstalled latest STM32CubeIDE and firmware package from ST site.
My project has been created some time ago on a different computer with different project folder location - not sure this is relevant.
Could anyone support fix this error please?
Thanks
- Labels:
-
STM32CubeIDE
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-16 7:58 PM
I feel like there should be additional error output. Eclipse is pretty verbose with errors.
> My project has been created some time ago on a different computer with different project folder location
Almost certainly this is the issue. See if a new project compiles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-16 9:43 PM
You have to give more information. How did you build the project before? How did you setup the project in Eclipse (CubeIDE)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-17 9:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-17 8:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-17 8:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-18 1:44 AM
Thanks for the help. I'll check and try to understand where was my mistake.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-18 7:39 AM
Sorry, can you please tell where can I download files you put? I can't find any donloadable link in your message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-18 8:55 AM
STM32CubeIDE Help->Manage embedded software packages. There you can select and download any STM32Cube Packages and examples. Then just look where your packages are and copy missing files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-19 12:05 AM
Thanks, done that and now works fine. Also during this search and tests I've make my understanding on how to start a new project.
