Carl Ponder
New member
Building MPAS-A 7.0 with PIO 2.5.2 I get this error
I fixed the problem by commenting these lines out of the Makefile:
Thre is no plain "libpio.a" or "libpio.so" in any of the PIO versions I've built. Is there an option in the PIO build for this?
Regardless, I'm guessing that the test here is not formulated correctly.
I don't see the problem with the MPAS-A 6.0 source code, but the Makefile rule is formulated differently than with 7.0.
Code:
/usr/bin/ld: cannot find -lpio
I fixed the problem by commenting these lines out of the Makefile:
Code:
461 ifneq ($(wildcard $(PIO_LIB)/libpio\.*), )
462 LIBS += -lpio
463 endif
Regardless, I'm guessing that the test here is not formulated correctly.
I don't see the problem with the MPAS-A 6.0 source code, but the Makefile rule is formulated differently than with 7.0.