/usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c basecode.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c bfinit.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c blake2.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c blowfish.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c blumshub.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c camellia.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c cast.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c casts.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c cbcmac.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c ccm.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c chacha.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c channels.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c cmac.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c crc.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c default.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c des.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c dessp.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c dh.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c dh2.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c dll.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c dsa.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c eax.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c ec2n.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c eccrypto.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c ecp.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c elgamal.cpp default.cpp: In constructor 'CryptoPP::DefaultEncryptorWithMAC::DefaultEncryptorWithMAC(const char*, CryptoPP::BufferedTransformation*)': default.cpp:220:39: warning: 'DefaultEncryptor' is deprecated (declared at default.h:29): DefaultEncryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations] SetFilter(new HashFilter(*m_mac, new DefaultEncryptor(passphrase), true)); ^ default.cpp: In constructor 'CryptoPP::DefaultEncryptorWithMAC::DefaultEncryptorWithMAC(const byte*, size_t, CryptoPP::BufferedTransformation*)': default.cpp:227:39: warning: 'DefaultEncryptor' is deprecated (declared at default.h:29): DefaultEncryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations] SetFilter(new HashFilter(*m_mac, new DefaultEncryptor(passphrase, passphraseLength), true)); ^ default.cpp: In constructor 'CryptoPP::DefaultDecryptorWithMAC::DefaultDecryptorWithMAC(const char*, CryptoPP::BufferedTransformation*, bool)': default.cpp:243:16: warning: 'DefaultDecryptor' is deprecated (declared at default.h:57): DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations] SetFilter(new DefaultDecryptor(passphrase, m_hashVerifier=new HashVerifier(*m_mac, NULL, HashVerifier::PUT_MESSAGE), throwException)); ^ default.cpp: In constructor 'CryptoPP::DefaultDecryptorWithMAC::DefaultDecryptorWithMAC(const byte*, size_t, CryptoPP::BufferedTransformation*, bool)': default.cpp:251:16: warning: 'DefaultDecryptor' is deprecated (declared at default.h:57): DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations] SetFilter(new DefaultDecryptor(passphrase, passphraseLength, m_hashVerifier=new HashVerifier(*m_mac, NULL, HashVerifier::PUT_MESSAGE), throwException)); ^ default.cpp: In member function 'CryptoPP::DefaultDecryptor::State CryptoPP::DefaultDecryptorWithMAC::CurrentState() const': default.cpp:256:44: warning: 'DefaultDecryptor' is deprecated (declared at default.h:57): DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations] return static_cast(m_filter.get())->CurrentState(); ^ /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c emsa2.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c eprecomp.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c esign.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c files.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c filters.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c fips140.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c fipstest.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c gcm.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c gf256.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c gf2_32.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c gf2n.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c gfpcrypt.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c gost.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c gzip.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c hex.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c hmac.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c hrtimer.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c ida.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c idea.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c iterhash.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c keccak.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c luc.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c mars.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c marss.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c md2.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c md4.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c md5.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c misc.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c modes.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c mqueue.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c mqv.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c nbtheory.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c network.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c oaep.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c osrng.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c panama.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c pkcspad.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c polynomi.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c pssr.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c pubkey.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c queue.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rabin.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c randpool.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rc2.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rc5.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rc6.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rdrand.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rdtables.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rijndael.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c ripemd.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rng.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rsa.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c rw.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c safer.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c salsa.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c seal.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c seed.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c serpent.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c sha.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c sha3.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c shacal2.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c shark.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c sharkbox.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c skipjack.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c socketft.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c sosemanuk.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c square.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c squaretb.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c strciphr.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c tea.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c tftables.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c tiger.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c tigertab.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c trdlocal.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c ttmac.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c twofish.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c vmac.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c wait.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c wake.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c whrlpool.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c xtr.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c xtrcrypt.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c zdeflate.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c zinflate.cpp /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -c zlib.cpp /usr/bin/g++ -shared -Wl,-soname,libcryptopp.so.5.6 -o libcryptopp.so.5.6.5 -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -fPIC -L/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib cryptlib.o cpu.o integer.o 3way.o adler32.o algebra.o algparam.o arc4.o asn.o authenc.o base32.o base64.o basecode.o bfinit.o blake2.o blowfish.o blumshub.o camellia.o cast.o casts.o cbcmac.o ccm.o chacha.o channels.o cmac.o crc.o default.o des.o dessp.o dh.o dh2.o dll.o dsa.o eax.o ec2n.o eccrypto.o ecp.o elgamal.o emsa2.o eprecomp.o esign.o files.o filters.o fips140.o fipstest.o gcm.o gf256.o gf2_32.o gf2n.o gfpcrypt.o gost.o gzip.o hex.o hmac.o hrtimer.o ida.o idea.o iterhash.o keccak.o luc.o mars.o marss.o md2.o md4.o md5.o misc.o modes.o mqueue.o mqv.o nbtheory.o network.o oaep.o osrng.o panama.o pkcspad.o polynomi.o pssr.o pubkey.o queue.o rabin.o randpool.o rc2.o rc5.o rc6.o rdrand.o rdtables.o rijndael.o ripemd.o rng.o rsa.o rw.o safer.o salsa.o seal.o seed.o serpent.o sha.o sha3.o shacal2.o shark.o sharkbox.o skipjack.o socketft.o sosemanuk.o square.o squaretb.o strciphr.o tea.o tftables.o tiger.o tigertab.o trdlocal.o ttmac.o twofish.o vmac.o wait.o wake.o whrlpool.o xtr.o xtrcrypt.o zdeflate.o zinflate.o zlib.o ln -sf libcryptopp.so.5.6.5 libcryptopp.so ln -sf libcryptopp.so.5.6.5 libcryptopp.so.5.6 make[1]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-cryptopp-5.6.5' >>> host-cryptopp 5.6.5 Installing to host directory PATH="/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin:/accts/mlweber1/rclinux/target_build/instance-3/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib/pkgconfig:/accts/mlweber1/rclinux/target_build/instance-3/output/host/share/pkgconfig" /usr/bin/make -j32 -C /accts/mlweber1/rclinux/target_build/instance-3/output/build/host-cryptopp-5.6.5 PREFIX=/accts/mlweber1/rclinux/target_build/instance-3/output/host install make[1]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-cryptopp-5.6.5' mkdir -p /accts/mlweber1/rclinux/target_build/instance-3/output/host/include/cryptopp cp *.h /accts/mlweber1/rclinux/target_build/instance-3/output/host/include/cryptopp chmod 0755 /accts/mlweber1/rclinux/target_build/instance-3/output/host/include/cryptopp chmod 0644 /accts/mlweber1/rclinux/target_build/instance-3/output/host/include/cryptopp/*.h mkdir -p /accts/mlweber1/rclinux/target_build/instance-3/output/host/lib cp libcryptopp.so.5.6.5 /accts/mlweber1/rclinux/target_build/instance-3/output/host/lib chmod 0755 /accts/mlweber1/rclinux/target_build/instance-3/output/host/lib/libcryptopp.so.5.6.5 ln -sf -sf libcryptopp.so.5.6.5 /accts/mlweber1/rclinux/target_build/instance-3/output/host/lib/libcryptopp.so /sbin/ldconfig -n /accts/mlweber1/rclinux/target_build/instance-3/output/host/lib make[1]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-cryptopp-5.6.5' >>> host-tegrarcm v1.7 Downloading --2017-10-29 19:10:28-- ftp://thehammer.rockwellcollins.com/tegrarcm-v1.7.tar.gz => '/accts/mlweber1/rclinux/target_build/instance-3/output/build/.tegrarcm-v1.7.tar.gz.iueWPl/output' Resolving thehammer.rockwellcollins.com (thehammer.rockwellcollins.com)... 192.168.141.197 Connecting to thehammer.rockwellcollins.com (thehammer.rockwellcollins.com)|192.168.141.197|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD not needed. ==> SIZE tegrarcm-v1.7.tar.gz ... 452652 ==> PASV ... done. ==> RETR tegrarcm-v1.7.tar.gz ... done. Length: 452652 (442K) (unauthoritative) 0K .......... .......... .......... .......... .......... 11% 7.57M 0s 50K .......... .......... .......... .......... .......... 22% 8.02M 0s 100K .......... .......... .......... .......... .......... 33% 7.40M 0s 150K .......... .......... .......... .......... .......... 45% 8.78M 0s 200K .......... .......... .......... .......... .......... 56% 4.07M 0s 250K .......... .......... .......... .......... .......... 67% 10.3M 0s 300K .......... .......... .......... .......... .......... 79% 9.24M 0s 350K .......... .......... .......... .......... .......... 90% 6.20M 0s 400K .......... .......... .......... .......... .. 100% 11.3M=0.06s 2017-10-29 19:10:28 (7.41 MB/s) - '/accts/mlweber1/rclinux/target_build/instance-3/output/build/.tegrarcm-v1.7.tar.gz.iueWPl/output' saved [452652] tegrarcm-v1.7.tar.gz: OK (sha256: 538cb0af237ab33e070d3aeb6cc828cd7ef453753ba2ccc21b87ed43faac51bd) >>> host-tegrarcm v1.7 Extracting gzip -d -c /accts/mlweber1/rclinux/target_build/instance-3/dl/tegrarcm-v1.7.tar.gz | tar --strip-components=1 -C /accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7 -xf - >>> host-tegrarcm v1.7 Patching Applying 0001-Don-t-assume-cryptopp-is-system-wide-installed.patch using patch: patching file configure.ac patching file src/Makefile.am patching file src/aes-cmac.cpp >>> host-tegrarcm v1.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-tegrarcm v1.7 Configuring >>> host-tegrarcm v1.7 Autoreconfiguring configure.ac:12: installing './compile' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' src/Makefile.am: installing './depcomp' >>> host-tegrarcm v1.7 Patching libtool (cd /accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7/ && rm -rf config.cache; PATH="/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin:/accts/mlweber1/rclinux/target_build/instance-3/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib/pkgconfig:/accts/mlweber1/rclinux/target_build/instance-3/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include" CFLAGS="-O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include" CXXFLAGS="-O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include" LDFLAGS="-L/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include" LDFLAGS="-L/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/accts/mlweber1/rclinux/target_build/instance-3/output/host" --sysconfdir="/accts/mlweber1/rclinux/target_build/instance-3/output/host/etc" --localstatedir="/accts/mlweber1/rclinux/target_build/instance-3/output/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/g++... none checking for gcc... /usr/bin/gcc checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking pkg-config is at least version 0.9.0... yes checking for pthread_create in -lpthread... yes checking for LIBUSB... yes checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for unistd.h... (cached) yes checking for ssize_t... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for error_at_line... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for memset... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop >>> host-tegrarcm v1.7 Building PATH="/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin:/accts/mlweber1/rclinux/target_build/instance-3/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib/pkgconfig:/accts/mlweber1/rclinux/target_build/instance-3/output/host/share/pkgconfig" /usr/bin/make -j32 -C /accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7/ make[1]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' /usr/bin/make all-recursive make[2]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' Making all in src make[3]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7/src' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include/libusb-1.0 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -Wall -std=c99 -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -c -o main.o main.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include/libusb-1.0 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -Wall -std=c99 -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -c -o usb.o usb.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include/libusb-1.0 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -Wall -std=c99 -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -c -o nv3p.o nv3p.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include/libusb-1.0 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -Wall -std=c99 -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -c -o debug.o debug.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include/libusb-1.0 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -Wall -std=c99 -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -c -o rcm.o rcm.c /usr/bin/g++ -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include/libusb-1.0 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -c -o aes-cmac.o aes-cmac.cpp sed 's|VERSION|1.7|g' tegrarcm.1.in >tegrarcm.1 /usr/bin/g++ -O2 -I/accts/mlweber1/rclinux/target_build/instance-3/output/host/include -L/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib -o tegrarcm main.o usb.o nv3p.o debug.o rcm.o aes-cmac.o -L/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib -lusb-1.0 -pthread -lcryptopp -lpthread make[3]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7/src' make[3]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' make[3]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' make[2]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' make[1]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' >>> host-tegrarcm v1.7 Installing to host directory PATH="/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin:/accts/mlweber1/rclinux/target_build/instance-3/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/accts/mlweber1/rclinux/target_build/instance-3/output/host/lib/pkgconfig:/accts/mlweber1/rclinux/target_build/instance-3/output/host/share/pkgconfig" /usr/bin/make -j32 install -C /accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7/ make[1]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' Making install in src make[2]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7/src' make[3]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7/src' /bin/mkdir -p '/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin' /bin/mkdir -p '/accts/mlweber1/rclinux/target_build/instance-3/output/host/share/man/man1' /usr/bin/install -c tegrarcm '/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin' /usr/bin/install -c -m 644 tegrarcm.1 '/accts/mlweber1/rclinux/target_build/instance-3/output/host/share/man/man1' make[3]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7/src' make[2]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7/src' make[2]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' make[3]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' make[2]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' make[1]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/host-tegrarcm-v1.7' >>> ux500-firmware 1.1.3-6 Downloading --2017-10-29 19:10:37-- ftp://thehammer.rockwellcollins.com/ux500-firmware_1.1.3-6linaro1.tar.gz => '/accts/mlweber1/rclinux/target_build/instance-3/output/build/.ux500-firmware_1.1.3-6linaro1.tar.gz.Z3VKYX/output' Resolving thehammer.rockwellcollins.com (thehammer.rockwellcollins.com)... 192.168.141.197 Connecting to thehammer.rockwellcollins.com (thehammer.rockwellcollins.com)|192.168.141.197|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD not needed. ==> SIZE ux500-firmware_1.1.3-6linaro1.tar.gz ... 567553 ==> PASV ... done. ==> RETR ux500-firmware_1.1.3-6linaro1.tar.gz ... done. Length: 567553 (554K) (unauthoritative) 0K .......... .......... .......... .......... .......... 9% 8.74M 0s 50K .......... .......... .......... .......... .......... 18% 3.90M 0s 100K .......... .......... .......... .......... .......... 27% 9.25M 0s 150K .......... .......... .......... .......... .......... 36% 4.46M 0s 200K .......... .......... .......... .......... .......... 45% 7.19M 0s 250K .......... .......... .......... .......... .......... 54% 8.45M 0s 300K .......... .......... .......... .......... .......... 63% 7.59M 0s 350K .......... .......... .......... .......... .......... 72% 11.1M 0s 400K .......... .......... .......... .......... .......... 81% 6.92M 0s 450K .......... .......... .......... .......... .......... 90% 9.21M 0s 500K .......... .......... .......... .......... .......... 99% 1.44M 0s 550K .... 100% 284K=0.1s 2017-10-29 19:10:38 (4.55 MB/s) - '/accts/mlweber1/rclinux/target_build/instance-3/output/build/.ux500-firmware_1.1.3-6linaro1.tar.gz.Z3VKYX/output' saved [567553] ux500-firmware_1.1.3-6linaro1.tar.gz: OK (sha256: 81633274a9157c076e5e09b5addd81fbcef504b829fc801041cea50eea774bcd) >>> ux500-firmware 1.1.3-6 Extracting gzip -d -c /accts/mlweber1/rclinux/target_build/instance-3/dl/ux500-firmware_1.1.3-6linaro1.tar.gz | tar --strip-components=1 -C /accts/mlweber1/rclinux/target_build/instance-3/output/build/ux500-firmware-1.1.3-6 -xf - >>> ux500-firmware 1.1.3-6 Patching >>> ux500-firmware 1.1.3-6 Configuring >>> ux500-firmware 1.1.3-6 Building >>> ux500-firmware 1.1.3-6 Installing to target PATH="/accts/mlweber1/rclinux/target_build/instance-3/output/host/bin:/accts/mlweber1/rclinux/target_build/instance-3/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j32 -C /accts/mlweber1/rclinux/target_build/instance-3/output/build/ux500-firmware-1.1.3-6 DESTDIR=/accts/mlweber1/rclinux/target_build/instance-3/output/target install make[1]: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/ux500-firmware-1.1.3-6' install -d /accts/mlweber1/rclinux/target_build/instance-3/output/target/lib/firmware/cw1200 install -m 0666 *.bin *.fw /accts/mlweber1/rclinux/target_build/instance-3/output/target/lib/firmware install -m 0666 cw1200/*.bin /accts/mlweber1/rclinux/target_build/instance-3/output/target/lib/firmware/cw1200 make[1]: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/output/build/ux500-firmware-1.1.3-6' for f in /accts/mlweber1/rclinux/target_build/instance-3/output/target/lib/firmware/CG2900* ; do mv $f ${f/CG2900/CG29XX}; done >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Downloading --2017-10-29 19:10:42-- ftp://thehammer.rockwellcollins.com/wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz => '/accts/mlweber1/rclinux/target_build/instance-3/output/build/.wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz.JPs7Kj/output' Resolving thehammer.rockwellcollins.com (thehammer.rockwellcollins.com)... 192.168.141.197 Connecting to thehammer.rockwellcollins.com (thehammer.rockwellcollins.com)|192.168.141.197|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD not needed. ==> SIZE wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz ... 532410 ==> PASV ... done. ==> RETR wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz ... done. Length: 532410 (520K) (unauthoritative) 0K .......... .......... .......... .......... .......... 9% 3.06M 0s 50K .......... .......... .......... .......... .......... 19% 10.4M 0s 100K .......... .......... .......... .......... .......... 28% 9.58M 0s 150K .......... .......... .......... .......... .......... 38% 3.69M 0s 200K .......... .......... .......... .......... .......... 48% 11.2M 0s 250K .......... .......... .......... .......... .......... 57% 6.01M 0s 300K .......... .......... .......... .......... .......... 67% 4.90M 0s 350K .......... .......... .......... .......... .......... 76% 6.65M 0s 400K .......... .......... .......... .......... .......... 86% 11.1M 0s 450K .......... .......... .......... .......... .......... 96% 7.15M 0s 500K .......... ......... 100% 11.5M=0.08s 2017-10-29 19:10:42 (6.22 MB/s) - '/accts/mlweber1/rclinux/target_build/instance-3/output/build/.wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz.JPs7Kj/output' saved [532410] wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz: OK (sha256: b99700f6d504d76878de83ac50f18a0270b6edd0b52a0458c60fc606ed3332f0) >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Extracting gzip -d -c /accts/mlweber1/rclinux/target_build/instance-3/dl/wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz | tar --strip-components=1 -C /accts/mlweber1/rclinux/target_build/instance-3/output/build/wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435 -xf - >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Patching >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Configuring >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Building >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Installing to target mkdir -p /accts/mlweber1/rclinux/target_build/instance-3/output/target/lib/firmware/ti-connectivity cp /accts/mlweber1/rclinux/target_build/instance-3/output/build/wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435/TIInit_*.bts /accts/mlweber1/rclinux/target_build/instance-3/output/target/lib/firmware/ti-connectivity >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc/inittab mkdir -p /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc echo "buildroot" > /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc/hosts mkdir -p /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc/shadow rm -f /accts/mlweber1/rclinux/target_build/instance-3/output/target/bin/sh rm -f /accts/mlweber1/rclinux/target_build/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/rclinux/target_build/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/rclinux/target_build/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/include /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/aclocal \ /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/lib/pkgconfig /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/pkgconfig \ /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/lib/cmake /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/cmake find /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/rclinux/target_build/instance-3/output/target/lib/ /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/lib/ /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/gdb rm -rf /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/zsh rm -rf /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/man /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/man rm -rf /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/info /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/info rm -rf /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/doc /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/doc rm -rf /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/rclinux/target_build/instance-3/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/rclinux/target_build/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/rclinux/target_build/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/rclinux/target_build/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/rclinux/target_build/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/rclinux/target_build/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/rclinux/target_build/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-git-00876-gf71507d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-git\"" \ ) > /accts/mlweber1/rclinux/target_build/instance-3/output/target/etc/os-release >>> Sanitizing RPATH in target tree /accts/mlweber1/rclinux/target_build/instance-3/buildroot/support/scripts/fix-rpath target make: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/buildroot' make: Entering directory `/accts/mlweber1/rclinux/target_build/instance-3/buildroot' >>> Buildroot 2017.11-git-00876-gf71507d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> boost 1.65.1 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.27.2 Collecting legal info ERROR: No hash found for LICENSE >>> fb-test-app rosetta-1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> ftop 1.0 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> hwdata 0.267 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE >>> initscripts Collecting legal info >>> libroxml 2.3.0 Collecting legal info ERROR: No hash found for License.txt >>> libxkbcommon 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-bison 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-m4 1.4.18 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info ERROR: No hash found for COPYING >>> host-automake 1.15.1 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libftdi 0.20 Collecting legal info >>> host-libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> host-libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info ERROR: No hash found for COPYING >>> pcre2 10.30 Collecting legal info ERROR: No hash found for LICENCE >>> psplash 5b3c1cc28f5abdc2c33830150b48b278cc4f7bca Collecting legal info >>> host-tegrarcm v1.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-cryptopp 5.6.5 Collecting legal info ERROR: No hash found for License.txt >>> ux500-firmware 1.1.3-6 Collecting legal info ERROR: No hash found for license.txt >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Collecting legal info ERROR: No hash found for LICENCE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libftdi-0.20: cannot save license (HOST_LIBFTDI_LICENSE_FILES not defined) WARNING: psplash-5b3c1cc28f5abdc2c33830150b48b278cc4f7bca: cannot save license (PSPLASH_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/rclinux/target_build/instance-3/output/legal-info make: Leaving directory `/accts/mlweber1/rclinux/target_build/instance-3/buildroot'