This repository was archived by the owner on May 11, 2023. It is now read-only.
This repository was archived by the owner on May 11, 2023. It is now read-only.
Build task : Error 1 #9
Closed
Description
Hello.
After run Build Task I see it in Terminal:
make: *** [Makefile:155: build/main.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:155: build/stm32f1xx_it.o] Error 1
The terminal process terminated with exit code: 1
What is that mean? Problem in my code?
How I can see any information about error path (line of code, like in CooCox IDE, or other)
Activity
schperplata commentedon Feb 11, 2019
It is hard to solve problems, if there is no sufficient information about the configuration/setup:
It will be a lot easier if you describe your problem with as much detail as possible.
Anyway, a quick googling of this error code (Make *** Error 1) tells us, that this is actually GCC problem, not Make. Hence, check your GCC path and try to compile a single file by running Compile task on focused file. In my case, compile-time error is neatly displayed in terminal:
VasenevEA commentedon Feb 13, 2019
This is crazy, but all problems is out when I was change GCC version:
from 8.2.1-1.3-20190202-1016 to 7.3.1-1.1-20180724-0637
VasenevEA commentedon Feb 13, 2019
May be need to add this information to Readme?
schperplata commentedon Feb 13, 2019
Will investigate and add notes if necessary.
Thank you.
poshcoe commentedon Feb 13, 2019
I've been getting the same issue - only when using the latest GNU-MCU-Eclipse GCC release (v8.2.1-1.3 20190202) on Windows. I believe this is to do with the following in the 'known issues' for this release:
schperplata commentedon Feb 19, 2019
Thanks, added a note to a README.