-
Notifications
You must be signed in to change notification settings - Fork 47
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
Build Issues #16
Comments
I do have the same exact error. |
Although it's late, but maybe you need to use There are still lots of CMake issues, but somehow I have finally built it with Nix. However I can't get any output after Android Auto started on my phone. nix build github:KiruyaMomochi/openauto |
Couldn't use development branch of aasdk, that branch uses openssl 2.0 and the FIPS_mode_set methods instead of the new ssl 3.0 fips module, fixed in newdev and I do not wish to downgrade ssl for this. |
should be fixed once pr #18 is merged |
I still have the same issue Is there Any update? Cheers :) |
Are the updated build instructions?
I am attempting to compile openauto but I am running into the following issue:
/home/tilden/Documents/opencardev-openauto/src/autoapp/Service/AndroidAutoEntityFactory.cpp:74:47: required from here
/usr/include/c++/11/ext/new_allocator.h:162:11: error: invalid new-expression of abstract class type ‘f1x::openauto::autoapp::service::AndroidAutoEntity’
162 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full build log is in this gist: https://gist.github.com/TildenWinston/e7e63c55e0f19407ba6afb6686ccc480
I have managed to get all of the dependencies installed and I have succeeded in compiling AASDK, but I have not be able to get past this class error. Is there something else I am doing wrong?
My core goal is to get an Intel based machine to act as an android auto head-unit. Happy to try alternative suggestions if anyone has other ways to achieve this
The text was updated successfully, but these errors were encountered: