From 88dd1823e1e4d0df7764cf94a8fda5368a9af1f0 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Sat, 27 Jul 2024 17:35:25 +0200 Subject: [PATCH] target: Correct typo --- sw/tests/non_null_exitcode.c | 2 ++ target/snitch_cluster/Makefile | 2 +- target/snitch_cluster/sw/run.yaml | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sw/tests/non_null_exitcode.c b/sw/tests/non_null_exitcode.c index b82c3d3faa..3788db8775 100644 --- a/sw/tests/non_null_exitcode.c +++ b/sw/tests/non_null_exitcode.c @@ -8,6 +8,8 @@ // Should be used as a test to check that the simulator or whoever // is running the program actually captures an error when it occurs. +#include "snrt.h" + // Minimum number of cores the hardware must have for this test to pass #define MIN_CORES 4 diff --git a/target/snitch_cluster/Makefile b/target/snitch_cluster/Makefile index 4cf930d482..bcd86d5da7 100644 --- a/target/snitch_cluster/Makefile +++ b/target/snitch_cluster/Makefile @@ -113,7 +113,7 @@ CLUSTER_GEN_PREREQ = ${CLUSTER_GEN} ${CLUSTER_GEN_SRC} $(CFG): FORCE @# If the LRU config file doesn't exist, we use the default config. @if [ ! -e "$@" ] ; then \ - echo "Using default config file: $(DEFAULT_CFG) $@"; \ + echo "Using default config file: $(DEFAULT_CFG)"; \ ln -s --relative $(DEFAULT_CFG) $@; \ touch $(DEFAULT_CFG); \ fi diff --git a/target/snitch_cluster/sw/run.yaml b/target/snitch_cluster/sw/run.yaml index 3f244f6ac4..01428a0d4a 100644 --- a/target/snitch_cluster/sw/run.yaml +++ b/target/snitch_cluster/sw/run.yaml @@ -64,7 +64,6 @@ runs: - elf: tests/build/printf_simple.elf - elf: tests/build/printf_fmtint.elf - elf: tests/build/simple.elf - - elf: tests/build/team_global.elf - elf: tests/build/tls.elf - elf: tests/build/varargs_1.elf - elf: tests/build/varargs_2.elf