Please help.
`
Arduino: 1.6.5 (Windows 7), Board: “Generic STM32F103C series, STM32F103C8 (20k RAM. 64k Flash), Serial”
arm-none-eabi-g++: error: C:\Users\KRUNAL~1\AppData\Local\Temp\build5813785701785279306.tmp/core.a: No such file or directory
Error compiling.
`
You need Arduino IDE 1.6.9 at least.
I have followed all the steps in the wiki.
I can get the boards and the sample sketches for STM in the Arduino IDE.
But the only problem is I can not compile any of them.
Actually I have other codes which only work when compiled with 1.6.5.
So I am reluctant to changing it to the latest.
I already had Arduino Zero installed, now I installed for Arduino DUE also.
But the same problem exists.
It says “core.a” no such file.
Error:
arm-none-eabi-g++: error: C:\Users\KRUNAL~1\AppData\Local\Temp\build9200305924142195495.tmp/core.a: No such file or directory
Error compiling.
The path has a space as “KRUNAL BHONGADE”, can it be a problem. I am working with admin rights.
I checked for this path, the actual path is:
C:\Users\KRUNAL BHONGADE\AppData\Local\Temp\build9200305924142195495.tmp
whereas the error shows:
C:\Users\KRUNAL~1\AppData\Local\Temp\build9200305924142195495.tmp
But, the actual path also does not contain the file core.a
Please suggest.
I have selected Generic STM32F103C series, STM32F103C8(20K RAM, 64K FLASH)
C:\Users\KRUNAL~1\AppData\Local\Temp\build9200305924142195495.tmpYes, I can see many compiled files in the folder. Their are total 142 items in the folder. Please see the attached photo.
I observed that both the paths take me to the same folder.
I just downloaded the latest Arduino IDE 1.8.1 and tried to compile it and it compiled successfully.
It seems that it was Arduino IDE problem. Now I am using latest Arduino without installation so I can have both the IDEs.
Thanks for all your help and time.

