Replies: 2 comments 2 replies
-
That appears to be some sort of Python error from running |
Beta Was this translation helpful? Give feedback.
2 replies
-
I found a workaround in yocto, I think it is really a Yocto problem at present. Thanks for the discussion though it led me in the right direction to work around it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a program I wanted to obfuscate in a yocto build. I got garble to compile without any difficulty and I got it into the build tools but whenever I try to build with it....I get
cannot get modified linker: exit status 1:
| Traceback (most recent call last):
| File "/bluh/bluh/sources/openembedded-core/scripts/git", line 12, in
| path = os.environ['PATH']
| File "/usr/lib/python3.8/os.py", line 675, in getitem
| raise KeyError(key) from None
| KeyError: 'PATH'
When I check to see if I have a path variable set in the environment ... yep have one. I cannot get past this issue just thought I would run it by the community to see if anyone had any ideas.
Beta Was this translation helpful? Give feedback.
All reactions