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

Can't run makefile #17

Open
tjpickles opened this issue Mar 31, 2020 · 4 comments
Open

Can't run makefile #17

tjpickles opened this issue Mar 31, 2020 · 4 comments

Comments

@tjpickles
Copy link

Excuse my lack of knowledge but I'm attempting to read and learn all I can. I'm having trouble running the makefile. When I type 'make' into msys batch it says make: *** No targets specified and no makefile found. Stop. I'm not sure what I'm doing wrong here, but any help is very much appreciated.

Thanks!

@crazyquark
Copy link

Have you tried running make all in the root folder? Though all should be the default target anyway.
Make sure you are running this in the folder where the file "Makefile" lives.

@tjpickles
Copy link
Author

Tried a clean install and was able to get it to work. However now when I run iclass.exe, a cmd window opens and then immediately closes. Any ideas on how to get this to stay open so I can use the exe?

Thanks again.

@crazyquark
Copy link

Try tunning it from cmd.exe and see if you get any errors there.

@williambalea
Copy link

Are you in the right folder before executing 'make' ? By executing the command 'ls -a' you should be seeing the makefile. If not, you're in a wrong folder. For example, here I'm in the folder home/iclass-master and by doing 'ls' then enter, I can see the makefile file.
image

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

3 participants