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
time/strptime.c:92:1: error: type defaults to 'int' in declaration of 'DEF_WEAK' [-Wimplicit-int]
time/strptime.c:92:1: error: parameter names (without types) in function declaration [-Wdeclaration-missing-parameter-type]
time/strptime.c: In function '_strptime':
Gcc version
gcc (Ubuntu 14.2.0-4ubuntu2) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You need to add the following lines to the macro DEF_WEAK in the file ./linux-sgx/sdk/tlibc/time/strptime.c
#if 0
DEF_WEAK(strptime);
#endif
To compile SGX SDK for linux, you also need to delete the options '-V -qversion -version' in the file ./linux-sgx/sdk/cpprt/linux/libunwind/configure (this file should be generated by running ./autogen.sh first)
for ac_option in --version -v -V -qversion -version; do (line 4799)
for ac_option in --version -v -V -qversion; do (line 5765)
Modify the file ./linux-sgx/psw/enclave_common/sgx_enclave_common.cpp to add the following header: #include
I have this build error on Ubuntu 24.10
In the target:
The build error:
Gcc version
The build flags:
The text was updated successfully, but these errors were encountered: