cnlohr / mini-rv32ima

A tiny C header-only risc-v emulator.
MIT License
1.69k stars 137 forks source link

U-BOOT #34

Closed ElectroBoy404NotFound closed 1 year ago

ElectroBoy404NotFound commented 1 year ago

Hello, How to compile U-BOOT for this? I'm trying to run this on an ESP-32 and it needs uboot.

cnlohr commented 1 year ago

I don't know if anyone has compiled U-BOOT for this. You "should" be able to just compile it for an IMA target architecutre

ElectroBoy404NotFound commented 1 year ago

OK I'm going to try

upsampled commented 1 year ago

@ElectroBoy404NotFound how'd that turn out?

ElectroBoy404NotFound commented 1 year ago

@ElectroBoy404NotFound how'd that turn out?

Saddly, I was unable to get it to compile

ElectroBoy404NotFound commented 1 year ago

I guess that is because I tried compiling in a github codespace, but idk