EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.13k stars 267 forks source link

platform-rpipico missing version.c #1075

Open cuu opened 1 week ago

cuu commented 1 week ago

commit hash : d0ae49739d924e0ae0759d7cae661aa82ba289ca

when I try to build platform-rpipico

cmake shows

CMake Error at CMakeLists.txt:27 (add_executable):
  Cannot find source file:

    ../../version.c

well I can not find version.c anywhere

where is the verison.c ?

Thanks

cuu commented 1 week ago

got it

running

make ../../version.c 

do the trick