2020-07-16 06: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
2020-07-16 07: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.
2020-07-16 09:43 PM
You have to give more information. How did you build the project before? How did you setup the project in Eclipse (CubeIDE)?
2020-07-17 09:21 AM
2020-07-17 08:16 PM
2020-07-17 08:21 PM
2020-07-18 01:44 AM
Thanks for the help. I'll check and try to understand where was my mistake.
2020-07-18 07:39 AM
Sorry, can you please tell where can I download files you put? I can't find any donloadable link in your message.
2020-07-18 08: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.
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.