-
Get the cross compiler as described in this repo.
-
Extract into
/opt/cross-pi-gcc
-
Get the toolchain.make file from the current repo.
-
Sync (using rsync) the following folders into a "rootfs" folder. Folders to be synced from RPi:
- /lib
- /usr
- /opt/vc/lib
Use The following command for the rsync:
rsync -vR --progress -rl --delete-after --safe-links [email protected]:/{lib,usr,opt/vc/lib} $HOME/rpi/rootfs
-
Set the environment variable
$RASPBIAN_ROOTFS
to point to the rootfs folder. -
In VSCode install
cmake-tools
extension -
Press
Ctrl-Shift-P
to open context menu and selectCMake: Edit User-Local CMake Kits
-
Add the following configuration in CMake Kits (at the end of the file is ok):
{ "name": "RaspberryPi Zero cross compile using toolchain.cmake", "toolchainFile": "<path to toolchain.cmake>" }
-
Then use VSCode to configure and run the build (from cmake-tools)
-
Notifications
You must be signed in to change notification settings - Fork 0
kororos/RPi-CrossCompile
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Various files to allow cross compilation for RPi
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published