bgkatz / motorcontrol

motor controller firmware
MIT License
242 stars 102 forks source link

failed to build as Makefile base project #4

Open chopin1998 opened 3 years ago

chopin1998 commented 3 years ago

i'm linux user, Prefer to use makefile.

but i changed the toolchains to makefile (ioc file), failed to build..

any suggestion?

octo-vaibhav commented 1 year 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!!