-
Notifications
You must be signed in to change notification settings - Fork 223
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
ICSim executable file is missing in repo. #21
Comments
missing icsim executable file |
The binaries were removed as they were causing problems in newer Linux distros where they had moved the SDL2 libraries. Please try to compile using |
This comment has been minimized.
This comment has been minimized.
after cloning into this repo go to ICSim directory and enter "make icsim" command, it should resolve your issue |
You might need gcc
cd into the folder ICSim and type
Notes: On a fresh install of Ubuntu I needed to install net-tools to run ifconfig
I also changed the second line of the Makefile to
this may not be necessary depending on where SDL2 is located. |
it solved my problem of running ICSim . Thanks |
When I do these commands in order, my problem has just been solved.
|
here is the list of files.
drwxrwxr-x 5 rajan rajan 4096 Jun 21 20:54 .
drwxr-xr-x 25 rajan rajan 4096 Jun 21 20:54 ..
drwxrwxr-x 2 rajan rajan 4096 Jun 21 20:48 art
-rw-rw-r-- 1 rajan rajan 20553 Jun 21 20:48 controls.c
drwxrwxr-x 2 rajan rajan 4096 Jun 21 20:48 data
drwxrwxr-x 8 rajan rajan 4096 Jun 21 20:48 .git
-rwxrwxr-x 1 rajan rajan 13598 Jun 21 20:48 icsim.c
-rw-rw-r-- 1 rajan rajan 14111 Jun 21 20:48 lib.c
-rw-rw-r-- 1 rajan rajan 8338 Jun 21 20:48 lib.h
-rw-rw-r-- 1 rajan rajan 13168 Jun 21 20:48 lib.o
-rw-rw-r-- 1 rajan rajan 35149 Jun 21 20:48 LICENSE
-rw-rw-r-- 1 rajan rajan 300 Jun 21 20:48 Makefile
-rw-rw-r-- 1 rajan rajan 3378 Jun 21 20:48 README.md
-rwxrwxr-x 1 rajan rajan 100 Jun 21 20:48 setup_vcan.sh
but it don't have icsim executable file. please fix it.
The text was updated successfully, but these errors were encountered: