User Guide

Jetson TX1 Developer Kit
User Guide
Jetson | DA-07498-001v01 | Copyright © 2014 NVIDIA Corporation. All rights reserved. Page 15 of 23
Compiling
JetPack TX1 automatically compiles all samples if “Compile Samples” was checked during components
selection. If you selected CUDA components, CUDA samples will be found in the following directory:
<JetPack_Install_Dir>/NVIDIA_CUDA-<version>_Samples directory.
You could recompile the samples by running:
OPENMPDIR=/usr/arm-linux-gnueabihf/lib EXTRA_LDFLAGS=--unresolved-
symbols=ignore-in-shared-libs ARMv7=1 GCC=arm-linux-gnueabihf-g++ make
If you selected GameWorks OpenGL samples, GameWorks OpenGL samples will be available in the
following directory:
< JetPack_Install_Dir >/GameWorksOpenGLSamples
You could cross compile them by running themake command under the “samples/build/linux-
arm32” subfolder.