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
error: expected declaration specifiers or ‘...’ before string constant
33 | #define TPM_DEVICE_ID "tpm"
| ^~~~~
I hope someone can answer for me, thanks!
The text was updated successfully, but these errors were encountered:
error: expected declaration specifiers or ‘...’ before string constant 33 | #define TPM_DEVICE_ID "tpm" | ^~~~~ I hope someone can answer for me, thanks!
How did you solve it? I meet the same problem at ubuntu22.04. I tryied the method in this issue but it doesn't work.
error: expected declaration specifiers or ‘...’ before string constant
33 | #define TPM_DEVICE_ID "tpm"
| ^~~~~
I hope someone can answer for me, thanks!
The text was updated successfully, but these errors were encountered: