ThorosOfMyr

Results 8 comments of ThorosOfMyr

``` cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/activeDocumentChange: /path/to/file/ApplicationFW/nvdata.c cpptools/getCodeActions: /path/to/file/ApplicationFW/nvdata.c (id: 811) idle loop: reparsing the active document Checking for syntax errors: /path/to/file/ApplicationFW/nvdata.c Queueing IntelliSense update for files in translation unit of: /path/to/file/ApplicationFW/nvdata.c...

Last but not least, compiler is [xc16 v1.70](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-xc-compilers#Downloads)

Is this the correct one? ``` -------- Diagnostics - 12/14/2021, 7:00:49 PM Version: 1.8.0-insiders2 Current Configuration: { "name": "Cage Heater Application", "includePath": [ "${workspaceFolder}/ApplicationFW", "/xc16/include", "/opt/microchip/xc16/v1.70/include", "/xc16/include/lega-c", "/xc16/support/generic/h" ], "defines":...

> You should be able to use the forcedInclude property to set your forced include instead. Done, but issue still here. > Is your compiler really based on gcc version...

Hi, I created a repo which replicates the issue, [here](https://github.com/DanieleNardi/xc16IssueReplication.git). Looks like it depends on the inclusion of device's include files: ``` #include #include int main() { int pippo =...

I think it could be useful to add support of XCxx compilers family, so let's proceed with feature request. Thank you very much for your support!

Hello, I tried to use Cortex-Debug in WSL2 using the [usbipd-win](https://github.com/dorssel/usbipd-win) tool to connect host-connected J-Link to WSL2 environment. J-Link connection looks fine (at first look, it seems it's required...

> That makes me suspicious. Are you sure you don't get one of the windows-side tools called by accident? I thought the same, I checked, but it wasn't. > If...