Cross Compiling Python Extensions

后端 未结 2 665
星月不相逢
星月不相逢 2020-12-17 09:58

I have a problem with cross-compiling netifaces extension under Buildroot Linux distro for ARM (Python 2.7.2). According to this blog http://whatschrisdoing.com/blog/2009/10

2条回答
  •  暖寄归人
    2020-12-17 10:55

    I don't know whether you still care this question. It seems that you have some build target already, so it doesn't compile the c program any more. Try to clean all the files and directories below "build" folder, and build again.

提交回复
热议问题