janrinze
janrinze
Just tried to install icestudio ARM64 builds () on asahi linux (Apple M1 Mac Mini) but discovered that icestudio is built as a 32 bit application. ``` janrinze@M1DebianSid:~/appsrcs/icestudio-0.10-rc1-aarch64$ file icestudio...
If we define something like : set_io --warn-no-port key_col[0] F11 set_io --warn-no-port key_col[1] E14 set_io --warn-no-port key_col[2] F12 set_io --warn-no-port key_col[3] E11 set_io --warn-no-port key_col[4] D11 set_io --warn-no-port key_col[5] D10...
I have tried to compile this project but it has many errors when compiling. Reverted to gcc-4.7 from gcc-5 which helped but still it won't link because of: undefined symbol:...
After building svls I tried to use it as a language server for QTCreator with moderate success. Most of my sources are Verilog instead of System Verilog and thus there...
The archimedes repository probably does not yet support icesugarpro. I would like to test it to see if it it possible to run the archimedes on the icesugar pro. Maybe...
``` ./build Building with RiscOS build RiscOS/Images/rURZ00-00,fe5 ./build: line 130: cd: RiscOS/CKernel/: No such file or directory arm-linux-gnueabi-gcc-8: error: Modules/*.o: No such file or directory ``` clearly the directory RiscOS/CKernel/...
``` diff --git a/linux-user/arm/cpu_loop.c b/linux-user/arm/cpu_loop.c index c0790f3246..ead6faa0eb 100644 --- a/linux-user/arm/cpu_loop.c +++ b/linux-user/arm/cpu_loop.c @@ -313,6 +313,9 @@ static bool emulate_arm_fpa11(CPUARMState *env, uint32_t opcode) void cpu_loop(CPUARMState *env) { + static bool use_nwfpe...
Is there a way to implement dummy sound modules? That would allow to run several demos and games. while sound still needs to be implemented it might be a good...
Build using nimble fails : ``` janrinze@debian:~/dev/vls$ nimble install -y Warning: Using project local deps mode Verifying dependencies for [email protected] Installing vparse@>= 0.3.1 Prompt: vparse not found in any local...
Hi there, It is clear that we need ROMs to make this work. However not having anything remotely to an Another World resources it might be interesting to have some...