Jetson xaiver NX with Jetpack5.1.1 and deepstream-6.2.
I just want to re-compiler nvmsgconv plugin to provide new format message. I modify the code in the file: /opt/nvidia/deepstream/deepstream-6.2/sources/libs/nvmsgconv/deepstream_schema/dsmeta_payload.cpp.
Then I try to run the command: make && make install, but got the error as below:
I did not find any proto files under deepstream_schema. Do you mean If I copy the file in the directory, then I can make without any modification in the Makefile?
By the way, I do not have file in x86. where can I get this file?