wpiet opened a new issue, #519:
URL: https://github.com/apache/mynewt-newt/issues/519
I have had not installed 'arm-none-eabi-objdump' and while attempting to
create an image the following error appears:
```
$ newt create-image nrf52_blinky 1.0.0
anic: unexpected error type: *exec.Error
goroutine 1 [running]:
mynewt.apache.org/newt/newt/cli.NewtUsage(0x0, {0x863b00, 0xc000161ca0})
/tmp/mynewt.gS57lNxSZ3/src/mynewt.apache.org/newt/newt/cli/util.go:54 +0x26d
mynewt.apache.org/newt/newt/cli.createImageRunCmd(0xc0001d1b00?,
{0xc000160ae0, 0x2, 0x2})
/tmp/mynewt.gS57lNxSZ3/src/mynewt.apache.org/newt/newt/cli/image_cmds.go:146
+0x672
github.com/spf13/cobra.(*Command).execute(0xc0001d1b00, {0xc000160a80, 0x2,
0x2})
/home/michal/go/pkg/mod/github.com/spf13/[email protected]/command.go:920
+0x847
github.com/spf13/cobra.(*Command).ExecuteC(0xc0001d0000)
/home/michal/go/pkg/mod/github.com/spf13/[email protected]/command.go:1044 +0x3bd
github.com/spf13/cobra.(*Command).Execute(...)
/home/michal/go/pkg/mod/github.com/spf13/[email protected]/command.go:968
main.main()
/tmp/mynewt.gS57lNxSZ3/src/mynewt.apache.org/newt/newt/newt.go:184
+0x26e
```
I managed to fix it by installing the package 'binutils-arm-none-eabi'.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]