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

module build is missing some dependency #133

Open
reticulatedpines opened this issue Jan 30, 2024 · 0 comments
Open

module build is missing some dependency #133

reticulatedpines opened this issue Jan 30, 2024 · 0 comments

Comments

@reticulatedpines
Copy link
Owner

To repro, make zip a cam, edit mlv_rec/mlv.c (probably enough of an edit to move symbols around? Unsure), make zip again. This can cause errors:

[ MODULE   ]   mlv_rec.mo
mlv.o: file not recognized: file format not recognized

[...]

[ MODULE   ]   mlv_lite.mo
../mlv_rec/mlv.o: file not recognized: file format not recognized
make[4]: *** [../Makefile.modules:51: mlv_lite.mo] Error 1

mlv_lite.mo depends on mlv.o, but probably this is not checked during a cam build? Something like that, anyway. Make clean in modules dir, then make zip cam fixes it.

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

1 participant