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
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/11/../../../aarch64-linux-gnu/crt1.o: in function `__wrap_main':
(.text+0x38): undefined reference to `main'
collect2: error: ld returned 1 exit status
From #2584.
With
-DARCH=aarch64 -DTOOLCHAIN=GCC
This is because
libspdm/unit_test/test_size/test_size_of_spdm_requester/CMakeLists.txt
Lines 14 to 16 in e0cda37
GCC
.The text was updated successfully, but these errors were encountered: