Memotech-Bill / PicoBB

BBC BASIC for Raspberry Pi Pico
zlib License
32 stars 4 forks source link

Compilation problem with lfs #21

Open fred260571 opened 7 months ago

fred260571 commented 7 months ago

Hello Something is going wrong , and I don't know how to fix the problem


cp build/bbcbasic.elf bbcbasic_pkc.elf
cd ../../src/lfsutil && make mklfsimage
cd ../../littlefs && make
make[2]: Nothing to be done for `all'.
gcc -O2 -Wall -I.. -I../../littlefs -I../../include -o mklfsimage mklfsimage.c ../lfsmcu.c ../../littlefs/lfs.a
clang: error: no such file or directory: '../../littlefs/lfs.a'
make[1]: *** [mklfsimage] Error 1
make: *** [../../src/lfsutil/mklfsimage] Error 2
Memotech-Bill commented 7 months ago

What operating system are you running on, and what are you trying to build? What command did you issue?

The first line that you show implies that the program has already successfully built, which is why it is copying from the build folder to top level.