This is simple cross compile in vscode.
- compile and run any program with cross compile
- Debugging with GDB Library
- Use Breakpoints, Variables, Watch and Call Stack
- Edit all Path in files with your project path and compiler
- Edit
settings.json
and config IP/Port of target Device
compile : ./cross-compile.sh
deploy : ./deploy.sh
this is Hello-World Sample, Compile on Ubuntu 20 and deploy on OpenWrt Device
Copyleft is licensed under the MIT license.