InfiniTimeOrg / InfiniSim

Simulator for InfiniTime user interface without needing a PineTime
GNU General Public License v3.0
167 stars 67 forks source link

./littlefs-do command - No such file or directory #81

Closed Supaiku closed 1 year ago

Supaiku commented 1 year ago

I followed the install directions and InfiniSim runs fine, but I can't load a resource file because littlefs-do doesn't seem to exist - the little-do-main.cpp file is there but no executable it seems...

NeroBurner commented 1 year ago

Which commit on InfiniSim are you on?

Is there a status message concerning littlefs-do in the cmake configure output?

JF002 commented 1 year ago

You need to make the target littlefs-do to build that tool :

make littlefs-do
NeroBurner commented 1 year ago

closing due to inactivity

SteveAmor commented 1 year ago

You should find the littlefs-do executable in the build directory. You should also run InfiniSim from the build directory for the resource file to work correctly.