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

fix make all target #482

Merged
merged 1 commit into from
Jan 28, 2021
Merged

fix make all target #482

merged 1 commit into from
Jan 28, 2021

Conversation

Ollrogge
Copy link
Contributor

@Ollrogge Ollrogge commented Oct 29, 2020

I tried to build the code as standalone application running following commands as stated in the README.md:

git clone --recurse-submodules https://github.com/solokeys/solo
cd solo
make all

this resulted in the following errors:

/solo/fido2/version.h:36: multiple definition of 'firmware_version'; fido2/libsolo.a(ctaphid.o):/solo/fido2/version.h:36: first defined here
/solo/fido2/device.c:29: multiple definition of 'RK_STORE'; pc/device.o:/solo/pc/device.c:31: first defined here

This pull requests fixes this issue.

@conorpp
Copy link
Member

conorpp commented Jan 28, 2021

Thank you!

@conorpp conorpp merged commit d12ace5 into solokeys:master Jan 28, 2021
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

Successfully merging this pull request may close these issues.

2 participants