felias-fogg / dw-link

An Arduino-based debugWIRE hardware-debugger
https://www.codeproject.com/Articles/5321801/Debugging-an-Arduino-project-with-GDB-on-Classic-A
GNU General Public License v3.0
55 stars 11 forks source link

Added symbolic link from src to dw-link to make platformio build poss… #9

Closed kristianwiklund closed 1 year ago

kristianwiklund commented 1 year ago

Trying to build with platformio complains that there is nothing to build.

Error: Nothing to build. Please put your source code files to the '/home/<>/src/dw-link/src' folder

Adding a symbolic link from src to dw-link (as in this PR) solves the problem and the software builds.

felias-fogg commented 1 year ago

Thanks. I'll put that also into the new version.