pedrooct commented on issue #16379: Fail to run example code with Raspberry Pi
URL: 
https://github.com/apache/incubator-mxnet/issues/16379#issuecomment-592936643
 
 
   > hi, i'm getting the same error as you on my raspberry pi 3b, until Friday 
i will compile mxnet and try to create a wheel. I will give my best !
   
   To compile with no issues for the raspberry pi, at least for what i tested, 
add to the cmake command this parameters:
   
   **- DCMAKE_C_COMPILER=gcc-4.9 -DCMAKE_CXX_COMPILER=g++-4.9.**
   
   This will force the use of version 4.9. I tested using the demo.py file and 
a yolo.py example.
   

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


With regards,
Apache Git Services

Reply via email to