Files
eive-obsw/cmake/scripts/beagleboneb/crosscompile/bbb_path_helper.sh
T
2026-04-29 15:02:17 +02:00

4 lines
153 B
Bash

export PATH=$PATH:"$HOME/beaglebone/<cross_compiler_path>/bin"
export CROSS_COMPILE="arm-linux-gnueabihf"
export BBB_ROOTFS="${HOME}/raspberrypi/rootfs"