EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.15k stars 271 forks source link

Pull request #949 breaks build for RPI Pico #950

Closed Darin755 closed 1 year ago

Darin755 commented 1 year ago

Hello, I seems that commit 389d37ed7048d6fa4edad3a50e8ee4102d31459c in pull request #949 breaks the build for the RPI Pico. I have not tested any other devices as I only own a Pico.

The error is as follows

GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating makefiles....
Updating goal targets....
 File 'image' does not exist.
   File 'world' does not exist.
     File 'build/fuzix.elf' does not exist.
       File '../version.c' does not exist.
      Must remake target '../version.c'.
make -C .. TARGET=rpipico version.c
       File 'build/Makefile' does not exist.
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
make[1]: Entering directory '/home/darin/projects/FUZIX/Kernel'
Updating makefiles....
Updating goal targets....
 File 'version.c' does not exist.
     File 'include/sysinfoblk.h' does not exist.
    Must remake target 'include/sysinfoblk.h'.
  GEN     include/sysinfoblk.h
tools/makeversion version subversion platform
make[1]: *** [Makefile:123: include/sysinfoblk.h] Error 1
make[1]: Leaving directory '/home/darin/projects/FUZIX/Kernel'
      Must remake target 'build/Makefile'.
make: *** [Makefile:9: ../version.c] Error 2
EtchedPixels commented 1 year ago

Thanks. The Pi uses a rather weird build set up of its own (because it uses the SDK) and I missed that. Testing