You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to clean-up references to certifier.proto [ in the wake of fixes for issue #116 ], attempted to run make in the named sub-dir. This fails as follows (tried on Nimbus-VM):
cc-sdb-vm:[328] $ pwd
/home/agurajada/Code/certifier-framework-for-confidential-computing/sample_apps/analytics_example/enclave
cc-sdb-vm:[329] $ make -f oe_certifier.mak
make: *** No rule to make target 'oe_certifier.cc', needed by 'oe_certifier.o'. Stop.
Even after resolving the Makefile logic, this fails finally as follows:
linking executable files
g++ -o ./oe_certifier.exe ./oe_certifier.o ./certifier.pb.o ./certifier.o ./support.o -lprotobu
f -lpthread -L/usr/local/opt/[email protected]/lib/ -lcrypto -lssl
/usr/bin/ld: ./oe_certifier.o: in function `test_digest_test_digest_Test::TestBody()':
/home/agurajada/Code/certifier-framework-for-confidential-computing/sample_apps/analytics_examp
le/enclave/../../../src/certifier_tests.cc:47: undefined reference to `test_digest(bool)'
/usr/bin/ld: /home/agurajada/Code/certifier-framework-for-confidential-computing/sample_apps/an
alytics_example/enclave/../../../src/certifier_tests.cc:47: undefined reference to `testing::Me
ssage::Message()'
/usr/bin/ld: /home/agurajada/Code/certifier-framework-for-confidential-computing/sample_apps/an
alytics_example/enclave/../../../src/certifier_tests.cc:47: undefined reference to `testing::in
ternal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*,
char const*, char const*)'
/usr/bin/ld: /home/agurajada/Code/certifier-framework-for-confidential-computing/sample_apps/an
alytics_example/enclave/../../../src/certifier_tests.cc:47: undefined reference to `testing::in
ternal::AssertHelper::AssertHelper(testing::TestPartResult::Type, char const*, int, char const*
)'
The version of working makefile is archived at: cc-sdb-vm:/home/agurajada/tmp/oe_certifier.mak.certifier-proto-116
The text was updated successfully, but these errors were encountered:
While attempting to clean-up references to
certifier.proto
[ in the wake of fixes for issue #116 ], attempted to runmake
in the named sub-dir. This fails as follows (tried on Nimbus-VM):Even after resolving the Makefile logic, this fails finally as follows:
The version of working makefile is archived at: cc-sdb-vm:/home/agurajada/tmp/oe_certifier.mak.certifier-proto-116
The text was updated successfully, but these errors were encountered: