/LinuxCrossCompileFork

Examples for ARM cross compiling on Linux using VS or VS Code

Primary LanguageC++

Cross compile on Linux with VS or VS Code

This repo is for protoyping some samples on how to cross compile for ARM on Linux using Visual Studio and VS Code.

To setup your Linux enviornment for cross compiling targetting a Raspberry Pi follow this guide by @rud-had.

For the Visual Studio sample, CrossCompileProject, you can setup using Windows Subsystem for Linux on Windows 10 or connect to another Linux system for running the cross compilers. The VSCodeExample does require to be run on Linux. Remote connections from Windows to Linux are not supported in VS Code.