From e1e33452278b20df4688e3b34ae3e19e934e2b0c Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sat, 10 Apr 2021 19:37:40 +0100 Subject: [PATCH] change linker and runner --- .cargo/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 069415d8..e9d1ca90 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,3 +4,7 @@ build-std-features = ["compiler-builtins-mem"] [build] target = "thumbv4t-none-eabi" + +[target.thumbv4t-none-eabi] +runner = "mgba-qt -l 31 -d -C logToStdout=1" +rustflags = ["-Clink-arg=-Tgba.ld"] \ No newline at end of file