darcagn

Results 48 comments of darcagn

No problem, happy to help! For anyone else reading this who might have the same problem, this is what needs to be changed: - Go to C:\DreamSDK\usr\opt\toolchains\dc\kos - (assuming that...

> Are we good to close this ticket? I would leave it open until DreamSDK R4 releases, just for visibility. I've taken two questions on this error in the past...

@MastaG The time has come!

>People on discord made a good point that KOS doesn't have install instructions in the repo. Its kinda weird that we dont. But we do. You are duplicating content already...

Remember KOS staff voted and determined to keep KOS structured platform agnostic, so in my docs PR that's how we were approaching the structure of the docs. The idea was...

> Ultimately, what KOS needs is to **host** its own installation document that provides easy step-by-step instructions for installing the toolchain, kos, and kos-ports. That is the purpose of this...

The following warnings are left: ``` /opt/toolchains/dc/kos/include/kos/regfield.h:9: warning: Found non-existing group 'kernel' for the command '@ingroup', ignoring command /opt/toolchains/dc/kos/kernel/arch/dreamcast/include/arch/dmac.h:8: warning: Found non-existing group 'system_dmac' for the command '@ingroup', ignoring command...

Note: Might be better to move to an all-`kos/spinlock.h` implementation. See #1170

> they are SH4-specific, so they belong in "arch". "arch" is "kernel arch abstractions" not "CPU architecture specific". No kernel code ever calls `KOS_FPARG(n)`, and if no kernel code ever...

#1038 wouldn't fix this issue. `bin2c` is definitely built before trying to build 2ndmix. The error is that `bin2c` can't seem to open either `romdisk.img` or `romdisk_tmp.c`. When I build...