You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suppose i want to add "stdio.h" into the single partition c code then i simply add it but the code searches for stdio.h in the libpok folder ok i gave the the file their but it gives a errors after error because stdio.h needs 3-4 other headers and those needs others..which are all not their ...
i have been dealing with this for a week now kindly tell me how to solve this issue if one cant use other libraries then it means we cannot perform any thing on a single partition which i am assuming is not the case
kindly solve this issue @yoogx@juli1@Etienne13@phipse@joelsherrill
The text was updated successfully, but these errors were encountered:
This is not an issue, you just need to change the -I directive from the compile in order to find your sources/headers. Read the makefile build system and check how to do the change. I am no longer working on it but this is something totally doable.
suppose i want to add "stdio.h" into the single partition c code then i simply add it but the code searches for stdio.h in the libpok folder ok i gave the the file their but it gives a errors after error because stdio.h needs 3-4 other headers and those needs others..which are all not their ...
i have been dealing with this for a week now kindly tell me how to solve this issue if one cant use other libraries then it means we cannot perform any thing on a single partition which i am assuming is not the case
kindly solve this issue @yoogx @juli1 @Etienne13 @phipse @joelsherrill
The text was updated successfully, but these errors were encountered: