Closed sigurdrb closed 4 months ago
It is sample code, replace it with the same functions provided by our platform.
It is not rocket science, rprintf would be replaced by printf….
Thanks for the reply. Ok, it wasnt obvious to me that this wasnt some functions not related to the library. I tried to look the functions up but got no hits. I will replace them and see if it works.
Hi. I don't know if this is the right place to ask. Please delete the post if not.
I have tried to follow the tutorial in the documentation, but I got these errors:
I managed to get the simple_test.c up and running, and modifying it with the cmake/ make commands. But I could not use the rprintp and task_spawn commands as in the tutorial. I tried to build a standalone test file, or include the lines in the int main of the simple_test.c file that I managed to get up and running.
Sorry for the dumb question, but I didn't know where to post this question. My guess is that it is something elementary in the build that I'm missing.