We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when compile sgx sdk in branch sgx_2.4, an error occured as follows:
/opt/linux-sgx/sdk/switchless/src/sl_workers.c:78:68: 错误:array subscript fi is outside array bounds of ‘const ecall_info_t[0]’ [-Werror=array-bounds] 78 | const ecall_info_t* ecall_info = &g_ecall_table.ecall_table[fi]; | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /opt/linux-sgx/sdk/switchless/src/sl_workers.c:60:21: 附注:while referencing ‘ecall_table’ 60 | ecall_info_t ecall_table[0]; | ^~~~~~~~~~~ /opt/linux-sgx/sdk/switchless/src/sl_workers.c:78:68: 错误:array subscript fi is outside array bounds of ‘const ecall_info_t[0]’ [-Werror=array-bounds] 78 | const ecall_info_t* ecall_info = &g_ecall_table.ecall_table[fi];
The text was updated successfully, but these errors were encountered:
Please use latest release tag sgx_2.24.
sgx_2.24
Sorry, something went wrong.
No branches or pull requests
when compile sgx sdk in branch sgx_2.4, an error occured as follows:
/opt/linux-sgx/sdk/switchless/src/sl_workers.c:78:68: 错误:array subscript fi is outside array bounds of ‘const ecall_info_t[0]’ [-Werror=array-bounds]
78 | const ecall_info_t* ecall_info = &g_ecall_table.ecall_table[fi];
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/opt/linux-sgx/sdk/switchless/src/sl_workers.c:60:21: 附注:while referencing ‘ecall_table’
60 | ecall_info_t ecall_table[0];
| ^~~~~~~~~~~
/opt/linux-sgx/sdk/switchless/src/sl_workers.c:78:68: 错误:array subscript fi is outside array bounds of ‘const ecall_info_t[0]’ [-Werror=array-bounds]
78 | const ecall_info_t* ecall_info = &g_ecall_table.ecall_table[fi];
The text was updated successfully, but these errors were encountered: