Alvaro Prieto created MYNEWT-620:
------------------------------------
Summary: 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
Environment: Ubuntu 14.04 (using Docker)
Reporter: Alvaro Prieto
Assignee: Sterling Hughes
Priority: Minor
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)