-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
[Bug] Enabling USE_CPP_RPC and using cross compiler requires HEXAGON_SDK #10202
Comments
@pfk-beta can you post your full config.cmake file? |
Hello @mehrdadh , thanks for reply. Here is simple script for reproducing error:
Here is my config (
I think the problem is little complex than I posted in title. |
It is really, really strange imho. When I turn off cross-compilers in cmake command, then it work correctly:
|
Issue should be solved by PR #10227 . I'm closing issue as the issue author:) |
When I try to build rpc_server binary, I have changed config.cmake:
And I'm getting following error:
--edit--
After some digging, I can see, than not only USE_CPP_RPC, but with CPP_RPC and cross compilers from NDK causes this error
The text was updated successfully, but these errors were encountered: