Closed GXTX closed 5 years ago
For the record: the new std lib (pdclib) was in review for weeks, so this didn't come out of nowhere. The new lib is much more complete, stable and cleaner.
The easiest solution is to copy the old source files from nxdk to this project. Ideally you'd stick to standard functions that are part of a libc (strtok_r
is a POSIX extension) or convince upstream pdclib (https://github.com/DevSolar/pdclib) to change their code.
Okay, I'll give a look at this issue tomorrow. Are there any other undefined symbols than strtok?
Edit: to Patrick, and every other cool ppl that was following my work in this repo (and on CxBx-R repo) earlier: sorry for being disappeared that way, I'm still extremely busy completing last couple of exams, following some private projects and looking for a job... I'll be reachable on discord if needed.
Recently NXDK moved to a new std library which caused this program to not be able to build.