I've managed to break compiling on my main development machine. Yesterday is worked, today it doesn't. I have a very unorthodox Arduino 1.8.19 installation.
It's installed as 'portable' to OneDrive, so I can access it one multiple machines (my main machine and my laptop). This have been working great for several months, but today when I went to compile on my main development machine (an empty new sketch, and any other sketch), I'm seeing in the following in the verbose compile output:
I can see the file there in...
I can still compile just fine on my laptop, and on my main development machine, if I set the board type to one of the ardunio boards, things compile just fine. So I'm guessing there's something wrong with the some sort of include definition. Does anyone have any information on ResolveLibrary because I'm sure that will lead directly to the solution.
It's installed as 'portable' to OneDrive, so I can access it one multiple machines (my main machine and my laptop). This have been working great for several months, but today when I went to compile on my main development machine (an empty new sketch, and any other sketch), I'm seeing in the following in the verbose compile output:
Code:
Alternatives for type_traits: []
ResolveLibrary(type_traits)
-> candidates: []
In file included from C:\Users\robertOneDrive\Arduino\arduino-1.8.19\hardware\teensy\avr\cores\teensy3/WProgram.h:46:0,
from C:\Users\robert\OneDrive\Arduino\arduino-1.8.19\hardware\teensy\avr\cores\teensy3/Arduino.h:6,
from C:\Users\robert\AppData\Local\Temp\arduino_build_626530\sketch\test_t4.ino.cpp:1:
C:\Users\robert\OneDrive\Arduino\arduino-1.8.19\hardware\teensy\avr\cores\teensy3/wiring.h:45:23: fatal error: type_traits: No such file or directory
I can see the file there in...
Code:
C:\Users\robert\OneDrive\Arduino\arduino-1.8.19\hardware\tools\arm\arm-none-eabi\include\c 1\5.4.1\ext
I can still compile just fine on my laptop, and on my main development machine, if I set the board type to one of the ardunio boards, things compile just fine. So I'm guessing there's something wrong with the some sort of include definition. Does anyone have any information on ResolveLibrary because I'm sure that will lead directly to the solution.