marcoabreu commented on a change in pull request #13532: [MXNET-43] Fix Jetson 
compilation
URL: https://github.com/apache/incubator-mxnet/pull/13532#discussion_r239117119
 
 

 ##########
 File path: make/crosscompile.jetson.mk
 ##########
 @@ -57,10 +57,10 @@ DEBUG = 0
 USE_SIGNAL_HANDLER = 1
 
 # the additional link flags you want to add
-ADD_LDFLAGS = -L${CROSS_ROOT}/lib
+ADD_LDFLAGS = -L${CROSS_ROOT}/lib -L/usr/lib/aarch64-linux-gnu/
 
 Review comment:
   Yeah I like that thought. I believe you Pedro that you checked that, but I 
think it's still a good idea to have your investigation documented because I 
also struggled at finding the right headers. Describing your thoughts helps 
others to understand how and what you did and might also offer the possibility 
to get maybe improve the solution :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to