-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
The file system shell example failed to build #24484
Comments
Seems likely the README is out of date. If you do:
does it work? |
Yes, |
@pabigot I have tried this:
I did't export
but after |
@overheat I can confirm that behavior, but have no idea what the problem is. Please open a question issue. |
Sure.
Thanks!
Best regards,
Aaron
|
Describe the bug
Failed to build the file system shell example on native_posix,
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pass the building
Impact
Screenshots or console output
...
ephyr && cmake -E rename zephyr_prebuilt.map zephyr.map && /usr/bin/objdump -S zephyr.elf > zephyr.lst && /usr/bin/readelf -e zephyr.elf > zephyr.stat && /usr/bin/cmake -E copy zephyr.elf zephyr.exe
/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libfuse.so when searching for -lfuse
/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libfuse.a when searching for -lfuse
/usr/bin/ld: cannot find -lfuse
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /usr/bin/cmake --build
...
Environment (please complete the following information):
Additional context
This issue is related to libfuse. The libfuse-dev was installed from https://ubuntu.pkgs.org/18.04/ubuntu-main-i386/libfuse-dev_2.9.7-1ubuntu1_i386.deb.html.
However the folder "/usr/lib/i386-linux-gnu/pkgconfig" couldn't be found anywhere.
The text was updated successfully, but these errors were encountered: