2025-12-04 18:43:04 -08:00

10 lines
362 B
Bash

#!/bin/sh -e
export COMPILER_ROOT=`cd ../../../..; pwd`
export TOP_DIR=$PWD
export FPRIME_DIR=`cd ../fprime; pwd`
export FPRIME_DEPS="$FPRIME_DIR/config/FpConfig.fpp,$FPRIME_DIR/Platform/PlatformTypes.fpp,$FPRIME_DIR/Fw/Prm/Prm.fpp,$FPRIME_DIR/Fw/Cmd/Cmd.fpp"
export FPRIME_GCC=$COMPILER_ROOT/scripts/fprime-gcc
export FPP_TO_CPP=$COMPILER_ROOT/bin/fpp-to-cpp