Skip to content

Commit 3f1c509

Browse files
committed
Merge branch 'shawnz_bug_fix' into 'master'
Update README with removing the old auto-linux part See merge request cuda-samples/cuda-samples!127
2 parents fbc40da + 13c2fd9 commit 3f1c509

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +115,6 @@ make -j$(nproc)
115115
```
116116
Transfer the built binaries to the Tegra device and execute them there.
117117

118-
### Building for Automotive Linux Platforms
119-
120-
These platforms require additional information to be passed to CMake on the command line to ensure proper resolution of all necessary include and library files.
121-
Instead of being in the default location, `/usr/local/cuda/include` or `/usr/local/cuda/lib64`, you must point to architecture-specific paths:
122-
123-
`/usr/local/cuda/<ARCH>/targets/aarch64-linux/lib`
124-
and
125-
`/usr/local/cuda/<ARCH>/include`
126-
127-
An example build might look like this:
128-
129-
```
130-
$ mkdir build
131-
$ cd build
132-
133-
$ cmake -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc -DCMAKE_LIBRARY_PATH=/usr/local/cuda/orin/lib64/ -DCMAKE_INCLUDE_PATH=/usr/local/cuda/orin/include -DBUILD_TEGRA=True ..
134-
```
135118

136119
### Cross Building for Automotive Linux Platforms from the DriveOS Docker containers
137120

0 commit comments

Comments
 (0)