pixelherodev
pixelherodev
I've been reading up on the ez80 a bit, should be able to get this done soon
@aviallon It's entirely possible. You can try using sass, but I'm not sure if that works with kcc output.
@aviallon Of all the pieces of KnightOS that need work, z80e is not - to my knowledge - one of them. It *definitely* doesn't need to be rewritten in any...
Been meaning to do this for a while; just need to move the crt0 from the SDK into KCC and cleanup the CLI a bit.
_moved to the first comment to see the nice progress bar in the issues list_
This is actually *worse* than it first appears - take another look at the first error printed.
As a temporary solution, you can disable `-fauto-relocation` to get correct error listings. As such, I am pushing this back in the list of my priorities for right now (though...
`dirname` is a POSIX function; POSIX specifies that it should be in `libgen.h`; the issue is with Microsoft. If you want to special-case Windows, and define dirname, that's fine.
This isn't, strictly speaking, a bug; rather, it's a portability issue.
This should be a week away, tops. It's entirely possible scas is already good enough (hence the release candidate), but it's also possible more work will be needed.