Building mxnet 1.x for Jetson TX2

Hello,

I’m using Greengrass to deploy models mxnet models on edge devices (Nvidia Jetson TX2), the precompiled version of mxnet from AWS works well but it’s still 0.10.

I want to build a more recent version of mxnet to use with python (version 1.0 or 1.1), I’ve tried to build it on the Jetson but the gcc version for aarch64 doesn’t support the -f16c flag.

Can anyone help me out? I’m not sure where to go from here.

So I disabled -f16c using the parameter USE_F16C=0 for make