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
could you explain in more detailed. I have been working on this now and i found some changes are needed for the project to build.
Following are the steps:
1>Before opening the project, delete .settings folder.
2> Open the project in workspace and clean the project.
3> delete debug folder.
4> build the code once.
Warnings are fine.
If you get an error: error: unknown type name 'caddr_t'
1> go to the respective file and change (caddr_t ) to (void *)
clean the project and buld again.
Hopefully, this will resolve the issue.
Happy learning!!
i'm linux user, Prefer to use makefile.
but i changed the toolchains to makefile (ioc file), failed to build..
any suggestion?
The text was updated successfully, but these errors were encountered: