You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Marko Kiiskila (JIRA)" <ji...@apache.org> on 2017/02/28 22:57:45 UTC

[jira] [Resolved] (MYNEWT-620) my_blinky_sim not compiling (docker image on ubuntu 14.04)

     [ https://issues.apache.org/jira/browse/MYNEWT-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marko Kiiskila resolved MYNEWT-620.
-----------------------------------
    Resolution: Fixed

[marko@IsMyLaptop:~]$ docker pull mynewt/newt:latest
....
[marko@IsMyLaptop:~/blinky]$ newt_docker build my_blinky_sim
Building target targets/my_blinky_sim
....
Target successfully built: targets/my_blinky_sim
[marko@IsMyLaptop:~/blinky]$ newt_docker version
Apache Newt (incubating) version: 1.0.0.b2


> my_blinky_sim not compiling (docker image on ubuntu 14.04)
> ----------------------------------------------------------
>
>                 Key: MYNEWT-620
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-620
>             Project: Mynewt
>          Issue Type: Bug
>          Components: Newt
>    Affects Versions: v1_0_0_rel
>         Environment: Ubuntu 14.04 (using Docker)
>            Reporter: Alvaro Prieto
>            Assignee: Todd Mitton
>            Priority: Minor
>             Fix For: v1_0_0_rel
>
>         Attachments: err_out.txt
>
>
> I'm following the Docker on Linux tutorial for mynewt: https://mynewt.apache.org/latest/os/get_started/project_create/
> When running `newt build my_blinky_sim`, I get the following error (full output attached):
> Assembling os_arch_stack_frame.s
> Error: os_arch_stack_frame.s: Assembler messages:
> os_arch_stack_frame.s:34: Error: junk at end of line, first unrecognized character is `('
> os_arch_stack_frame.s:39: Error: invalid character '(' in mnemonic
> os_arch_stack_frame.s:84: Error: junk `(sigsetjmp)' after expression
> os_arch_stack_frame.s:98: Error: junk `(os_arch_task_start)' after expression
> After some searching, I found this: http://stackoverflow.com/questions/3975278/cross-compile-arm-none-eabi-as-arm-assembly-error-junk-at-end-of-line-or-u
> I renamed the file from os_arch_stack_frame.s to os_arch_stack_frame.S and it worked.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)