Update Makefile and README to cross compile for x86_64 to arm device (like Raspberry Pi)#30
Open
Keuronde wants to merge 2 commits intoAdamLaurie:masterfrom
Open
Update Makefile and README to cross compile for x86_64 to arm device (like Raspberry Pi)#30Keuronde wants to merge 2 commits intoAdamLaurie:masterfrom
Keuronde wants to merge 2 commits intoAdamLaurie:masterfrom
Conversation
Update usage of libhid-dev to libusb-dev in readme
AdamLaurie
requested changes
Jul 22, 2023
Owner
AdamLaurie
left a comment
There was a problem hiding this comment.
thanks for the PR and apologies for the very slow response!
please take DEBUG back out
instead of removing STRIP i suggest you override its command for your targets - maybe set to echo some message?
please remove binaries - i will compile and add them
- Remove Debug flag - Keep strip command for x86 (32bits and 64bits) architecture - Add some @echo command to explain the build target In addition, using gcc-10 instead of gcc-8 since in debian 12, this is the default version.
Author
|
Hey, thanks for answering this pull request ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update usage of libhid-dev to libusb-dev in readme
Remove 'strip' command in the makefile, couldn't make it work for arm.
Executable tested OK on Raspberry Pi Zero