为arm处理器交叉编译net snmp

为arm处理器交叉编译net snmp

我只想为arm cortex a9(cyclone v soc altera)交叉编译net snmp。谁能告诉我如何一步步进行?在 custum board 中,我的 ram 是 4 GB,SD 卡是 8 GB。我想编译完整版本。

答案1

没有使用这个特定的包和架构进行测试,但通常只要所需的配置(例如内核版本)不太奇怪,它就应该可以工作:

  1. 从以下位置获取 Buildroothttps://buildroot.org/
  2. 从以下位置安装所需的软件包https://buildroot.org/downloads/manual/manual.html#requirement-mandatory
  3. 选择make menuconfig您的体系结构、Linux 内核以及是否要使用 glibc 或 uclibc、动态或静态编译等。退出 (Esc-Esc) 并确认保存设置。
  4. make toolchain
  5. make netsnmp

相关内容