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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15888743#comment-15888743 ] 

Todd Mitton commented on MYNEWT-620:
------------------------------------

This does not appear to be docker specific problem.  Marko, let me know if we need to update the tools in the docker image.  

> 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: Marko Kiiskila
>            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)