Skip to content

Instantly share code, notes, and snippets.

@matejdro
Created September 10, 2016 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matejdro/84a0445fe6bf221a2f3309cf5faf8524 to your computer and use it in GitHub Desktop.
Save matejdro/84a0445fe6bf221a2f3309cf5faf8524 to your computer and use it in GitHub Desktop.
======build/aplite/pebble-app.elf======
Traceback (most recent call last):
File "/mnt/d/Pebble/pebble-tool/pebble.py", line 7, in <module>
pebble_tool.run_tool()
File "/mnt/d/Pebble/pebble-tool/pebble_tool/__init__.py", line 42, in run_tool
args.func(args)
File "/mnt/d/Pebble/pebble-tool/pebble_tool/commands/base.py", line 47, in <lambda>
parser.set_defaults(func=lambda x: cls()(x))
File "/mnt/d/Pebble/pebble-tool/pebble_tool/commands/sdk/project/analyse_size.py", line 40, in __call__
sections = binutils.analyze_elf(path, 'bdt', use_fast_nm=True)
File "/home/matej/.pebble-sdk/SDKs/current/sdk-core/pebble/common/tools/binutils.py", line 117, in analyze_elf
for (_, section, symbol_name, filename, line, size) in generator:
File "/home/matej/.pebble-sdk/SDKs/current/sdk-core/pebble/common/tools/binutils.py", line 241, in _nm_generator_fast
infile = sh.arm_none_eabi_nm('-l', '-S', f)
File "/mnt/d/Pebble/.env/local/lib/python2.7/site-packages/sh.py", line 769, in __call__
return RunningCommand(cmd, call_args, stdin, stdout, stderr)
File "/mnt/d/Pebble/.env/local/lib/python2.7/site-packages/sh.py", line 327, in __init__
self.call_args, pipe=pipe)
File "/mnt/d/Pebble/.env/local/lib/python2.7/site-packages/sh.py", line 857, in __init__
tty.setraw(self._stdout_fd)
File "/usr/lib/python2.7/tty.py", line 28, in setraw
tcsetattr(fd, when, mode)
termios.error: (22, 'Invalid argument')
Traceback (most recent call last):
File "/mnt/d/Pebble/pebble-tool/pebble.py", line 7, in <module>
pebble_tool.run_tool()
File "/mnt/d/Pebble/pebble-tool/pebble_tool/__init__.py", line 42, in run_tool
args.func(args)
File "/mnt/d/Pebble/pebble-tool/pebble_tool/commands/base.py", line 47, in <lambda>
parser.set_defaults(func=lambda x: cls()(x))
File "/mnt/d/Pebble/pebble-tool/pebble_tool/commands/sdk/project/analyse_size.py", line 40, in __call__
sections = binutils.analyze_elf(path, 'bdt', use_fast_nm=True)
File "/home/matej/.pebble-sdk/SDKs/current/sdk-core/pebble/common/tools/binutils.py", line 117, in analyze_elf
for (_, section, symbol_name, filename, line, size) in generator:
File "/home/matej/.pebble-sdk/SDKs/current/sdk-core/pebble/common/tools/binutils.py", line 241, in _nm_generator_fast
infile = sh.arm_none_eabi_nm('-l', '-S', f)
File "/mnt/d/Pebble/.env/local/lib/python2.7/site-packages/sh.py", line 769, in __call__
return RunningCommand(cmd, call_args, stdin, stdout, stderr)
File "/mnt/d/Pebble/.env/local/lib/python2.7/site-packages/sh.py", line 330, in __init__
self.wait()
File "/mnt/d/Pebble/.env/local/lib/python2.7/site-packages/sh.py", line 334, in wait
self._handle_exit_code(self.process.wait())
File "/mnt/d/Pebble/.env/local/lib/python2.7/site-packages/sh.py", line 348, in _handle_exit_code
self.process.stderr
sh.ErrorReturnCode_1:
RAN: '/mnt/d/Pebble/arm-cs-tools/bin/arm-none-eabi-nm -l -S build/aplite/pebble-app.elf'
STDOUT:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment