-
Notifications
You must be signed in to change notification settings - Fork 712
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
Trouble building from source in Termux #404
Comments
…invocation_short_name Link: linux-can#404
Does this fix your problem: https://github.com/marckleinebudde/can-utils/tree/program_invocation_short_name |
@marckleinebudde awesome, yes it does!! I still have an issue with the |
BTW: see https://github.com/linux-can/can-utils/blob/master/README.md#cmake-project-generator for Android and Android Studio integration. |
Awesome, I had seen that but really needed can-utils in termux to help me stand up a vxcan interface which I could use with in docker containers. Is https://github.com/marckleinebudde/can-utils/tree/program_invocation_short_name something you would consider merging in? |
…invocation_short_name Link: #404
Thinking of a better solution...which build system are you using to build the sources? Plain |
Hi, sorry for the late response. Currently using |
Ultimately I would like to try get |
Hi, perhaps a bit of an odd setup, but I am trying to build can-utils from source with in termux running on a rooted android device. I have all the necessary kernel modules built into android and can run can-utils tools from a docker container within termux, but I need the tools in the termux user space so that I can forward can0 traffic to a vxcan interface for the containers to use.
It almost builds but hits the following error, can you point me in the right direction to potentially patch this to build well within termux or how to just build what is necessary to use the
cangw
command. Thanks!The text was updated successfully, but these errors were encountered: