Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to build as Makefile base project #4

Open
chopin1998 opened this issue Aug 6, 2021 · 1 comment
Open

failed to build as Makefile base project #4

chopin1998 opened this issue Aug 6, 2021 · 1 comment

Comments

@chopin1998
Copy link

i'm linux user, Prefer to use makefile.

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

any suggestion?

@octo-vaibhav
Copy link

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants