Replies: 2 comments
-
|
Path to the shared library is also in the run-time linker cache: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Found out that native 'dtc' works but 'dtc' provided in Zephyr SDK not: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Building the 'samples/basic/blinky' app fails by loading the 'libusb-0.1.so.4' shared library.
As target 'nrf5340dk/nrf5340/cpuapp' board is chosen.
Here is a part of the output message:
Inspection of required shared libraries for 'dtc' shows that 'libusb-0.1.so.4' is installed and exists:
Even an installation attempt shows that the library is actual.
What is going here wrong? Grateful for your support.
Beta Was this translation helpful? Give feedback.
All reactions