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

cdx.o: No such file or directory #25

Open
Joshua-Hwang opened this issue Nov 27, 2022 · 1 comment
Open

cdx.o: No such file or directory #25

Joshua-Hwang opened this issue Nov 27, 2022 · 1 comment

Comments

@Joshua-Hwang
Copy link

Joshua-Hwang commented Nov 27, 2022

During compilation via ./build make -k clean runs which deletes a variety object files.
In the makefiles we only aim at generating .tce files so the object files associated with the compilation of the .tce files did not get regenerated if the .tce files weren't deleted

This only seems to be a problem with the compilation of cdx.tce

Performing make clean destroyed all the .o files but not the .tce files so that complete compilation could start again.

Steps to reproduce:
Running on kroc-1.6

  1. ./build --prefix=...
  2. ./build --prefix=...
  3. Compilation fails
@Joshua-Hwang
Copy link
Author

The current solution is to delete the cdx.tce file manually so the files can be generated properly

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