-
Notifications
You must be signed in to change notification settings - Fork 205
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
Cannot found LIB_NVBUF? #134
Comments
In Jetpack 5.1, the interface has changed. How should I modify it |
Any update on this issue? Ran into the same problem. |
encountered same issue on xaviour NX , jetpack 5.1.2-b104. |
same issue |
1 similar comment
same issue |
jetson agx orin dk, same issue. |
same issue until now |
I think you can ignore the option "nvmpi" and try "--enable shared --disable static" cmd. I don't know the influence of missing "nvmpi", but my method can be compiled successfully . |
-- Looking for pthread.h -- Configuring incomplete, errors occurred! JetPack: 5.1.3 in jetson xaiver nx I have the same issue, but I don't know how to solve it. |
Hope any update...I also met such problem on jetson orin nx, but successfully compile on jetson xavier nx。。。 |
I solved it in another github |
能发个链接吗老哥
fancong5201314 ***@***.***>于2024年6月21日 周五10:56写道:
… I solved it in another github
—
Reply to this email directly, view it on GitHub
<#134 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJOGKQQNZDNAMFY2UB6ZUY3ZIOI43AVCNFSM6AAAAAA3XGNVCCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBRHEYDAMJTGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
https://blog.csdn.net/cnrgq2010/article/details/135130020 这个博客里面提到了,可以删掉CMakelist.txt中的lib_nvbuf相关的内容,就可以正常编译了。。。这个是因为Jetpack版本高于5.1.1后,好像是删除了libnvbuf_utils.so文件了。 |
https://github.com/Keylost/jetson-ffmpeg.git |
Problem still existing on Jetpack 6.0 and Jetson Nano Orin 8GB dev edition. in folder ffmpeg-4.2.2 /usr/bin/ld: libavcodec/libavcodec.so: undefined reference to |
Logs:
`-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIB_NVBUF
linked by target "nvmpi" in directory /home/tyiot/jetpack-ffmepg/jetson-ffmpeg`
I am using Agx Orin, Jetpack version 5.1.2,When I was compiling, I encountered this issue。
The text was updated successfully, but these errors were encountered: