Trouble with blink tutorial

Sysprogs forums Forums VisualGDB Trouble with blink tutorial

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26823
    gdbnoobie
    Participant

    I’m trying to run thru this tutorial to blink an LED – https://visualgdb.com/tutorials/arduino/teensy/

    Project fails to build.

    Error List:

    Severity Code Description Project File Line Suppression State
    Error [Clang IntelliSense] Error: 'Arduino.h' file not found TeensyDemo D:\Personal\Arduino\teensy\TeensyDemo\TeensyDemo\VisualGDBCache\TeensyDemo-Debug-Teensy 3 2 3 1\GeneratedPrototypes.h 3

     

    Advanced VisualGDB Project Output window

    Loading cached code model from D:\Personal\Arduino\teensy\TeensyDemo\TeensyDemo\VisualGDBCache\TeensyDemo-Debug-Teensy 3 2 3 1\BuildCommandLines.txt...
    Failed to parse code model from D:\Personal\Arduino\teensy\TeensyDemo\TeensyDemo\VisualGDBCache\TeensyDemo-Debug-Teensy 3 2 3 1\CodeModel.json:System.Exception: Arduino code model did not report any sketch sources
    at lh.d1.e_2(IEnumerable`1 a)
    Checking if any source files need uploading...
    Checking for file modifications...
    Found changed files since last query (see D:\Personal\Arduino\teensy\TeensyDemo\TeensyDemo\VisualGDBCache\TeensyDemo-Debug-Teensy 3 2 3 1\BuildFileStats.txt.old vs D:\Personal\Arduino\teensy\TeensyDemo\TeensyDemo\VisualGDBCache\TeensyDemo-Debug-Teensy 3 2 3 1\BuildFileStats.txt.new). Rerunning code model query..
    Saved the code model to D:\Personal\Arduino\teensy\TeensyDemo\TeensyDemo\VisualGDBCache\TeensyDemo-Debug-Teensy 3 2 3 1\BuildCommandLines.txt
    Failed to parse code model from D:\Personal\Arduino\teensy\TeensyDemo\TeensyDemo\VisualGDBCache\TeensyDemo-Debug-Teensy 3 2 3 1\CodeModel.json:System.Exception: Arduino code model did not report any sketch sources
    at lh.d1.e_2(IEnumerable`1 a)

    VisualGDB Diagnostics:

    VisualGDB build 5.4.10.2582
    Startup initialization took 907 msec
    RenameHighlightSmartTaggerProvider: creating tagger for BuildOutput...
    ReportQueuedMessages()
    [+0] ReportQueuedMessages() - 1 queued messages
    Locating dependency paths for teensy:avr:teensy31: 0 msec
    [+4] ReportQueuedMessages()
    [+0] ReportQueuedMessages() - 1 queued messages
    [+4] ReportQueuedMessages()
    [+0] ReportQueuedMessages() - 1 queued messages
    [+635] ReportQueuedMessages()
    [+0] ReportQueuedMessages() - 1 queued messages
    [+99] ReportQueuedMessages()
    [+0] ReportQueuedMessages() - 1 queued messages
    [+5] ReportQueuedMessages()
    [+0] ReportQueuedMessages() - 2 queued messages
    [+0] ReportQueuedMessages() - 2 queued messages
    [+0] ReportQueuedMessages() - 1 queued messages
    [+1] ReportQueuedMessages()
    [+0] ReportQueuedMessages() - 2 queued messages
    [+1] ReportQueuedMessages() - 1 queued messages
    Unexpected exception: Command-line action failed
    ------------------ xr ------------------
    xr: Command-line action failed
    at gw1.w3(CommandLineAction f, yb b, EventWaitHandle e, CommandFlags a, String c, Boolean d)
    at gw1.o2(CommandLineAction c, String b, yb e, CommandFlags d, String f, Boolean a)
    at gw1.g1(CommandLineAction d, t9 e, yb c, CommandFlags b, String a)
    [+0] ReportQueuedMessages()
    [+0] ReportQueuedMessages() - 1 queued message

    #26824
    support
    Keymaster

    Please try updating to the latest preview build of VisualGDB: VisualGDB-5.5.2.3413.msi

    The internal structure of the Teensy core has recently changed and may no longer work with the older VisualGDB versions.

    #26827
    gdbnoobie
    Participant

    Ok, it fixed that issue.

    Thanks.

    • This reply was modified 4 years, 3 months ago by gdbnoobie.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.