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

" LUFA may be too old or not found: try 'git submodule update --init'。" #742

Closed
SilenceGoo opened this issue Jun 5, 2022 · 2 comments
Closed

Comments

@SilenceGoo
Copy link

I downloaded the newest codes to try to compile on my Ubuntu environment, and this happened. Seems I missed some submodules or I missed smth somewhere?

I always used a earlier tmk version codes in the past until today, so what I could do to avoid this in the updated project? Need specific steps, thanks.

@tmk
Copy link
Owner

tmk commented Jun 6, 2022

You can git clone this repo and then git submodule update --init will work.

Now 'Download ZIP' won't work simply as it did because this repo doesn't include LUFA codes.
You need to download and copy LUFA content under tmk_core/protocol/lufa/lufa-abcminiuser yourself.

You better use git command after all.

@SilenceGoo
Copy link
Author

Cool, I should use git more frequently from now on, everything seems working well now.

thanks.

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

2 participants