FIPS cross-compile: issue with location of system include files

2011-11-30 Thread Kevin Fowler
I think I know the answer to this but I'm hoping I am wrong. I am building the FIPS Object Module v2.0 (a recent snapshot) on an x86-linux2 host for an embedded PowerPC target running NetBSD. There is a well-established and intricate build process already in place for the product, and I am trying

Re: FIPS cross-compile: issue with location of system include files

2011-11-30 Thread Kevin Fowler
I copied all the system header files from their special home into the location the powerpc--netbsd-gcc was looking for them, and then I could do the ./config no-asm; make successfully. I am thinking that is a legal approach for building the FIPS Object Module. If so, I answered my own