You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During compilation via ./buildmake -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
./build --prefix=...
./build --prefix=...
Compilation fails
The text was updated successfully, but these errors were encountered:
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 deletedThis 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
./build --prefix=...
./build --prefix=...
The text was updated successfully, but these errors were encountered: