Open main menu

DAVE Developer's Wiki β

Changes

Catching cross-toolchain output
[[File:BoraLite-VSC4.png|thumb|center|600px|Using VSC as the default editor for PVT32]]
===Catching cross-toolchain output===
This example shows how to build the <code>freertos_hello_world</code> application and how to catch errors generated by the cross-toolchain in order to edit the erroneous source files accordingly. As it was tested on a Windows PC, it requires [Cynwin https://www.cygwin.com/] to work. First, create a ''Default Build Task'' as described [https://code.visualstudio.com/docs/editor/tasks here]. The <code>tasks.json</code> file should look like this:
<syntaxhighlight lang="text">
4,650
edits