fusesoc icon indicating copy to clipboard operation
fusesoc copied to clipboard

Reseting cache

Open gsteiert opened this issue 1 year ago • 1 comments

Is there a way to reset the cache for the python scripts used in generators? I have a project that thinks it already copied files to /tmp/kdecache-user but they are not there and the build fails. Where does it store the files it thinks it cached and how do I clear that? It would be nice to have a reset/clean function.

gsteiert avatar May 21 '24 17:05 gsteiert

There is fusesoc gen clean which should clean out the generator cache, but I'm also curious how this happened in the first place.

olofk avatar May 26 '24 06:05 olofk

Removed the cache directory and it resolved the issue

gsteiert avatar Jun 16 '24 15:06 gsteiert