<div dir="ltr"><div>Hey All,</div><div><br></div><div>I'm trying to install MPICH on a set of National Instruments myRIOs. They run the angstrom kernel. Currently when I run the configuration for the build it errors at the AR interface because the ar function is missing -r for replacement in archives. This is a busy box implementation of ar. It doesn't look like busy box has a new implementation. So i'm looking at two options avoiding the archiver if that is an option or download a new ar function. The myRIO uses a armv7a processor.  </div>

<div><br></div><div>Can I get by with disabling the archiver interface? skiming readme looks like no option to do so</div><div>Can I disable the check on the archiver interface with --disable-ar interface?</div><div>Another ar function?</div>

<div>Snippet of config.log below</div><div><br></div><div>configure:6603: checking whether to enable maintainer-specific portions of Makefiles</div><div>configure:6612: result: yes</div><div>configure:6676: checking for ar</div>

<div>configure:6692: found /usr/bin/ar</div><div>configure:6703: result: ar</div><div>configure:6729: checking the archiver (ar) interface</div><div>configure:6745: gcc -c     conftest.c >&5</div><div>configure:6745: $? = 0</div>

<div>configure:6747: ar cru libconftest.a conftest.o >&5</div><div>ar: invalid option -- 'r'</div><div>BusyBox v1.19.4 (2013-06-20 07:58:10 CDT) multi-call binary.</div><div><br></div><div>Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES</div>

<div><br></div><div>configure:6750: $? = 1</div><div>configure:6756: ar -NOLOGO -OUT:conftest.lib conftest.o >&5</div><div>ar: invalid option -- 'N'</div><div>BusyBox v1.19.4 (2013-06-20 07:58:10 CDT) multi-call binary.</div>

<div><br></div><div>Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES</div><div><br></div><div>configure:6759: $? = 1</div><div>configure:6778: result: unknown</div><div>configure:6794: error: could not determine ar interface</div>

<div><br></div><div>## ---------------- ##</div><div>## Cache variables. ##</div><div>## ---------------- ##</div><div><br></div><div>ac_cv_c_compiler_gnu=yes</div><div><br></div></div>