Open chopin1998 opened 3 years ago
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?