Skip to content
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

For ICSim folders are missing on github #32

Open
nitinronge91 opened this issue Mar 12, 2022 · 3 comments
Open

For ICSim folders are missing on github #32

nitinronge91 opened this issue Mar 12, 2022 · 3 comments

Comments

@nitinronge91
Copy link

Hello ,
I am trying to open ICsimulator by running command ./icsim vcan0 but it is giving error as ' No such file or directory'.
this issue is due to missing folders present on git-hub.
'Icsim' and 'controls' these folders are missing on github currently.
Please help me to get these missing folders.
I am reachable at [email protected]
ICsim_folder_missing

@donadelden
Copy link

You need to compile using make on the root directory.

@DoctorMG
Copy link

DoctorMG commented Mar 24, 2023

I have the same problem
Just typing "make" leads to this:

gcc -I/usr/include/SDL2 -c -o icsim.o icsim.c
icsim.c:19:10: fatal error: SDL2/SDL.h: Datei oder Verzeichnis nicht gefunden
19 | #include <SDL2/SDL.h>
| ^~~~~~~~~~~~
compilation terminated.
make: *** [: icsim.o] Fehler 1

First, the execution of make (in which folder etc.) should be added in the Usage description. Since if you try to follow stepwise (a) clone repo, b) execute ./icsim ...) users experience that a small but necessary piece was missing.

In my case this was solved after

  1. sudo apt-get install libsdl2-dev libsdl2-image-dev can-utils
  2. make (from icsim root directory

Then the command
/icsim vcan0
succeeded (given, that vcan0 was setup in advance).

@IndieMash
Copy link

I have the same problem Just typing "make" leads to this:

gcc -I/usr/include/SDL2 -c -o icsim.o icsim.c icsim.c:19:10: fatal error: SDL2/SDL.h: Datei oder Verzeichnis nicht gefunden 19 | #include <SDL2/SDL.h> | ^~~~~~~~~~~~ compilation terminated. make: *** [: icsim.o] Fehler 1

First, the execution of make (in which folder etc.) should be added in the Usage description. Since if you try to follow stepwise (a) clone repo, b) execute ./icsim ...) users experience that a small but necessary piece was missing.

In my case this was solved after

1. sudo apt-get install libsdl2-dev libsdl2-image-dev can-utils

2. make (from icsim root directory

Then the command /icsim vcan0 succeeded (given, that vcan0 was setup in advance).

This helped a lot. Thanks champ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants