KnightOS/KnightOS

Issue with compiling KnightOS/patchrom

sorucoder opened this issue · 3 comments

There is an error with all fprintf(stderr, errorMessage); calls at main.c in lines 53, 59, and 75. The particular error is that it seems to require a string literal for formatting, so I modified my personal copy to use fprintf(stderr, "%s", errorMessage); and it worked. I have also written this at the IRC as I was unsure of which place this would be most appropriate.

Fixed issue with this pull request.

@sorucoder Should be good now, reopen this issue if you still have issues.

@pixelherodev only maintainers can re-open issues, I think. @sorucoder feel free to comment here or hop in IRC