mcumgr: fix build with clang and bump#914
Merged
ricardosalveti merged 3 commits intofoundriesio:mainfrom Nov 14, 2022
Merged
Conversation
vanmaegima
approved these changes
Nov 14, 2022
llvm-strip fails with: | ERROR: mcumgr-v0.0.1+git-r0 do_package: Fatal errors occurred in subprocesses: | Command '['x86_64-lmp-linux-llvm-strip', '--remove-section=.comment', '--remove-section=.note', '/srv/oe/build/tmp-lmp/work/corei7-64-lmp-linux/mcumgr/v0.0.1+git-r0/package/usr/bin/mcumgr']' returned non-zero exit status 1. | Subprocess output:x86_64-lmp-linux-llvm-strip: error: SHT_STRTAB string table section [index 9] is non-null terminated | ERROR: Task (/srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-devtools/mcumgr/mcumgr_git.bb:do_package) failed with exit code '1' Signed-off-by: Jose Quaresma <[email protected]>
| grep -rn goarch openembedded-core/meta/classes/go.bbclass | openembedded-core/meta/classes/go.bbclass:1:inherit goarch Signed-off-by: Jose Quaresma <[email protected]>
Changelog: - chore: upgrade deps - Merge pull request foundriesio#26 from AudioStreamingPlatform/master - Added LICENSE file Signed-off-by: Jose Quaresma <[email protected]>
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.
Signed-off-by: Jose Quaresma [email protected]