finsternis has quit [Read error: Connection reset by peer]
f_ has quit [Ping timeout: 260 seconds]
<dolphinana>
hi \o
<dolphinana>
clever: did you look into the errors I'm having?
<dolphinana>
about the failure of compiling `app/vc4-stage2`
<clever>
dolphinana: remove the 2 cmd_ calls in the entry function
<clever>
thats an old module i no longer use, and the code doesnt compile anymore
<clever>
but it serves as a good minimal example of an app
<dolphinana>
ah, I see
<dolphinana>
I kinda knew that I could remove these cmd_ calls, but I kinda thought it would've been good to keep those... but it's good to know that it's just some old functions that are no longer being used.
<dolphinana>
okay, I successfully made a hello world program as a module ^^