Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation problem with lfs #21

Open
fred260571 opened this issue Dec 6, 2023 · 1 comment
Open

Compilation problem with lfs #21

fred260571 opened this issue Dec 6, 2023 · 1 comment

Comments

@fred260571
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants