-
Notifications
You must be signed in to change notification settings - Fork 53
Build task : Error 1 #9
Comments
It is hard to solve problems, if there is no sufficient information about the configuration/setup:
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:
|
This is crazy, but all problems is out when I was change GCC version: |
May be need to add this information to Readme? |
Will investigate and add notes if necessary. |
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:
|
Thanks, added a note to a README. |
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)
The text was updated successfully, but these errors were encountered: