File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,14 @@ Create a 5-by-3 matrix of random floats on the GPU
82
82
...
83
83
```
84
84
85
+ ### Troubleshooting
86
+
87
+ If the build command fails with undefined references errors even after taking care of environment
88
+ variables, we recommend doing a ` cargo clean ` and re-running ` cargo build ` or ` cargo test ` .
89
+
90
+ You can also use some environment variables mentioned in our [ book] [ 23 ] , such as ` AF_PRINT_ERRORS `
91
+ to print more elaborate error messages to console.
92
+
85
93
## Acknowledgements
86
94
87
95
The ArrayFire library is written by developers at [ ArrayFire] [ 14 ] LLC with [ contributions] [ 15 ]
@@ -118,3 +126,4 @@ the DARPA SBIR Program Office.
118
126
[ 20 ] : https://img.shields.io/badge/arrayfire-google--groups-orange
119
127
[ 21 ] : http://arrayfire.org/arrayfire-rust/book/index.html
120
128
[ 22 ] : https://img.shields.io/badge/arrayfire-mdbook-073763?logo=readthedocs
129
+ [ 23 ] : http://arrayfire.org/arrayfire-rust/book/configuring_arrayfire_environment.html
You can’t perform that action at this time.
0 commit comments