-
I want build ext sdk for jetson nano in irkstone-l4t-r32.7.x branch but i got stock on this error ERROR: core-image-minimal-1.0-r0 do_sdk_depends: The file /usr/include/libconfig.h is installed by both libconfig-tegra and libconfig, aborting |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Can you provide more information about your build, like what exactly you're including in your image (e.g., via changes in your |
Beta Was this translation helpful? Give feedback.
-
this is my local.conf changes
|
Beta Was this translation helpful? Give feedback.
-
I obtain the same issue with the nanbield branch. But the workaround above does not allow the image to be flashed with ./initrd-flash, because it was not in the "*rootfs.tegraflash.tar.gz" tarball. |
Beta Was this translation helpful? Give feedback.
OK, that helps, thanks. You should be able to work around the problem by adding
to your local.conf. There's an image that gets built for use with the initrd flashing feature that contains a variant of the
libconfig
recipe; looks like I need to tweak that a bit to avoid conflicts for SDK creation. Turning off that feature will bypass the problem for you.