From 04e8a68b2b92d1a63df93c2b0ef1ca6c280fe9e7 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 8 Mar 2025 17:34:44 -0800 Subject: [PATCH] Removed the issues file --- issues.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 issues.md diff --git a/issues.md b/issues.md deleted file mode 100644 index 87c9dbb..0000000 --- a/issues.md +++ /dev/null @@ -1,35 +0,0 @@ -# Issues - -This is to track my blockers and issues with getting the ch32fun repo to -work under cmake and with cpputest. - -Q: why isn't it working? - -It's giving a riscv internal compiler error. ch32fun.c:114:1 -I don't think it's actually a code issue as it's the OG file and the repo -worked fine. - -Q: What is different from the repo? - -1. I don't dynamically generate the linker script. -2. I'm missing some of the defines. -3. My flags/options look different. -4. Directory layout. -5. Missing the LD file for ch32fun dir. - - -Q: what steps should I take to reduce the differnces? - -- Re-copy the source files. -- Use the same directory structure(mostly) -- Use the `./src/ch32fun/ch32fun.ld` script to generate linker scripts? - -Figured out issue, - -I needed to ensure the same flags were applied accross the -`main.c`, `ch32fun.c` and the linking step. - -Otherwise they pretty much got ignored. - -Seems like the toolchain file did jackshit as well. -