From 87f1b739a007d0f640f739e74fc20248f8d86087 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Wed, 10 Apr 2024 11:16:42 -0700 Subject: [PATCH] setup to use the TC file --- otto.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/otto.sh b/otto.sh index c0de5ed..5fc47bd 100755 --- a/otto.sh +++ b/otto.sh @@ -155,7 +155,9 @@ del_module () { } cross_compile () { - echo "ERROR: Currently no toolchain / target!" + clear_cmake_cache + cmake -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} -DCMAKE_TOOLCHAIN_FILE=../${TC} ../ + make } build_release() {