#RustLang Apps won't compile for 64-bit #RISCV on Apache #NuttX RTOS ... Let's fix this 👍
Source: https://github.com/lupyuen/nuttx-rust-app#rust-apps-wont-compile-for-qemu-risc-v-64-bit
#RISCV or Arm on the same board? That's super interesting 🤔
Tiny C Compiler might mash up the #RISCV Registers ... Here's the workaround for Apache #NuttX RTOS
Article: https://lupyuen.codeberg.page/articles/tcc.html#appendix-nuttx-system-call
Using #ZigLang CompTime for printf() Pattern Matching
Article: https://lupyuen.codeberg.page/articles/tcc.html#appendix-pattern-matching
Running Tiny C Compiler in the Web Browser ... Thanks to #WebAssembly and a little JavaScript
Article: https://lupyuen.codeberg.page/articles/tcc.html#appendix-javascript-calls-tcc
How we run #ZigLang Compiler to compile Tiny C Compiler from C to #WebAssembly
Article: https://lupyuen.codeberg.page/articles/tcc.html#appendix-compile-tcc-with-zig
Here's how we make a #RISCV System Call to Apache #NuttX Kernel ... With some quirks on Tiny C Compiler
Article: https://lupyuen.codeberg.page/articles/tcc.html#hello-nuttx
Tiny C Compiler in #WebAssembly has compiled our C Program to #RISCV ... But it won't run on Apache #NuttX RTOS because the C Library is missing!
Article: https://lupyuen.codeberg.page/articles/tcc.html#test-with-apache-nuttx-rtos
#RustLang Apps won't build correctly for Apache #NuttX RTOS ... Unless we create a Custom Rust Target for QEMU #RISCV
Source: https://github.com/lupyuen/nuttx-rust-app#rust-custom-target-for-qemu-risc-v-on-apache-nuttx-rtos
Implementing fprintf() in #ZigLang is particularly problematic ... Here's a quick hack with Zig CompTime
Article: https://lupyuen.codeberg.page/articles/tcc.html#fearsome-fprintf-and-friends
Creating a #RustLang Custom Target for QEMU #RISCV ... So Rust Apps will build OK for Apache #NuttX RTOS
Source: https://github.com/lupyuen/nuttx-rust-app#rust-custom-target-for-qemu-risc-v-on-apache-nuttx-rtos
Our #ZigLang Wrapper emulates File Access for Tiny C Compiler in #WebAssembly
Article: https://lupyuen.codeberg.page/articles/tcc.html#file-input-and-output
Tiny C Compiler won't run in #WebAssembly because it calls POSIX Functions ... So we emulate them in #ZigLang
Article: https://lupyuen.codeberg.page/articles/tcc.html#posix-for-webassembly
How we compile Tiny C Compiler to #WebAssembly ... With #ZigLang Compiler
Article: https://lupyuen.codeberg.page/articles/tcc.html#zig-compiles-tcc-to-webassembly
Hacking our #Sourdough Recipe with a pH Meter ... Someone please make an #IoT Sensor 🙏
Recipe: https://lupyuen.codeberg.page/articles/sourdough.html
Here's our demo of Tiny C Compiler running in the Web Browser ... Thanks to #WebAssembly and #ZigLang Compiler
Article: https://lupyuen.codeberg.page/articles/tcc.html#tcc-in-the-web-browser
IoT Techie and Educator / Apache NuttX PMC