Mediatek Linkit One Compilation error in Arduino IDE 1.6.6: arm-none-eabi-g ++: no such file or directory

So, as you can see in the title, I have a problem with my Linkit One. I am using Arduino IDE 1.6.6 and I am using Linkit One SDK 1.1.17 through the Arduino manager. When I compile something, even a simple minimal Arduino program, I get this error:

arm-none-eabi-g++: error: ~My System Path\Temp\build3694385943597424511.tmp/syscalls_mtk.c.o: No such file or directory Error compiling.

I searched for an answer to this problem for a long and long time, and found nothing. Please let me know if I need to provide additional information.

Thanks Fiske

+4
source share
3 answers

, platform.txt

core/, :

{build.path}/core/syscalls_mtk.c.o

{build.path}/syscalls_mtk.c.o

platform.txt :

/Users/awootton/Library/Arduino15/packages/LinkIt/hardware/arm/1.1.17

+1

Try the ideal v1.6.5. It seems to fix the problem for us!

0
source

Source: https://habr.com/ru/post/1611684/


All Articles