As I try to run 'make' on the project, I get something rather obscure.
Joshua@DESKTOP-SC7JE0M ~/newer/examples/loadiine
$ make
fs.c
powerpc-eabi-gcc.exe: error: /home/Joshua/newer/examples/loadiine/src/fs/fs.c: No such file or directory
powerpc-eabi-gcc.exe: warning: '-x c' after last input file has no effect
powerpc-eabi-gcc.exe: fatal error: no input files
compilation terminated.
/home/Joshua/newer/examples/loadiine/Makefile:165: recipe for target 'fs.o' failed
make[1]: *** [fs.o] Error 1
Makefile:125: recipe for target 'build' failed
make: *** [build] Error 2
yet when I run
$ cat /home/Joshua/newer/examples/loadiine/src/fs/fs.c
I get output, just fine.
As I try to run 'make' on the project, I get something rather obscure.
Joshua@DESKTOP-SC7JE0M ~/newer/examples/loadiine
$ make
fs.c
powerpc-eabi-gcc.exe: error: /home/Joshua/newer/examples/loadiine/src/fs/fs.c: No such file or directory
powerpc-eabi-gcc.exe: warning: '-x c' after last input file has no effect
powerpc-eabi-gcc.exe: fatal error: no input files
compilation terminated.
/home/Joshua/newer/examples/loadiine/Makefile:165: recipe for target 'fs.o' failed
make[1]: *** [fs.o] Error 1
Makefile:125: recipe for target 'build' failed
make: *** [build] Error 2
yet when I run
$ cat /home/Joshua/newer/examples/loadiine/src/fs/fs.c
I get output, just fine.