Cross-compilation on x86 with Argus library

Hello! Is it possible to cross-compile a software, which uses Nvidia Argus library, from an x86 machine?

hello therealmatiss,

may I know what’s the actual use-case, we never test this on x86 machine.

I want to pass my project to Sonarqube, which needs to compile the software on x86 platform, which has Java installed. Also, I want to use it for CI/CD. How do you guys test software? Don’t you have unit tests/integration tests?

that’s not supported. please see-also MMAPI package, /usr/src/jetson_multimedia_api/argus/README.TXT.

1 Like

Thanks for the quick response! Don’t you guys have CI/CD tests?

hello therealmatiss,

you meant continuous integration/continuous deployment, right?
there’s internal code-review process, build machine, test plans for submitted changes.
and… JetPack SDKs are suitable for production software deployment.

1 Like

Yeah I meant that. Okay, I understand.

I just wanted to know if I could use an existing Gitlab CI/CD worker, which is an x86 server, which could build automatically on every commit. Then I will need to set up the worker on a Nvidia Jetson itself.

hello therealmatiss,

this may helps… Working With Sources — Jetson Linux Developer Guide documentation

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.