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

make update_caravel fails #28

Open
buzmeg opened this issue Aug 22, 2022 · 4 comments · May be fixed by #30
Open

make update_caravel fails #28

buzmeg opened this issue Aug 22, 2022 · 4 comments · May be fixed by #30
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@buzmeg
Copy link

buzmeg commented Aug 22, 2022

cd /home/foo/efabless/caravel_user_project_analog/caravel/ && git checkout mpw-7a && git pull
HEAD is now at de98d51 Modified the set_user_id.py script so that mode "-report" returns a valid value. (#93)
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

make: *** [Makefile:92: update_caravel] Error 1
@d-m-bailey
Copy link
Contributor

This is called because the current tag is a detached HEAD and not on a branch.

Fixed with PR #30

@d-m-bailey
Copy link
Contributor

@SaraEfabless This will be fixed with PR #30

Probably want to do the same thing with caravel_user_project. Should I create a PR there, too?

@SaraEfabless
Copy link

SaraEfabless commented Nov 1, 2022 via email

@d-m-bailey
Copy link
Contributor

@SaraEfabless I think the the pull request should be merged before this issue is closed.

@SaraEfabless SaraEfabless reopened this Nov 1, 2022
@SaraEfabless SaraEfabless added the duplicate This issue or pull request already exists label Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants