2023-09-22 10:05 PM
i am using stmcubeide and make: *** [makefile:79: ADC 1.elf] Error 1 this error occur. please help me to resolve this.
2023-09-22 10:34 PM
Project name and folder path shall not inlude white space or other "special" characters like umlauts, non-ASCII. Stick to a-z A-Z 0-9.
hth
KnarfB
2023-09-23 12:58 AM
i have change my project name but still have same error
2023-09-23 07:26 AM
Look at the output to see the reason for the error. It will be above the Error 1 line.
2023-09-23 09:15 AM
Present the problem better, going to be impossible to diagnose with so little information.
Inspect the makefile, look at the offending line
List ALL the error/warnings prior to the point where it completely fails.
Provide details on the project and the platform.
2023-10-14 01:04 AM - edited 2023-10-20 03:43 AM
Thanks for the info.