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
Hi,
I was trying to compile Nuttx with the Clang fork provided in this repo and the following error is triggered:
/home/lucianp/git/nuttxspace/nuttx/include/arch/syscall.h:265:6: error: invalid operand for instruction "wsr a5, intset\n" ^ <inline asm>:2:9: note: instantiated into assembly here wsr a5, intset
This code is part of sys_call2, but the error is triggered for all sys_call variants.
Note that I added -target xtensa to CFLAGS.
The text was updated successfully, but these errors were encountered:
Closed with 5073a51
Sorry, something went wrong.
No branches or pull requests
Hi,
I was trying to compile Nuttx with the Clang fork provided in this repo and the following error is triggered:
This code is part of sys_call2, but the error is triggered for all sys_call variants.
Note that I added -target xtensa to CFLAGS.
The text was updated successfully, but these errors were encountered: