Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

arm - Question regarding assembly code error while cross compiling

I am trying to cross compile a FreeRTOS application for the an ARM Cortex A8 (beaglebone black) and i am getting errors from an assembly source code which is unfamiliar with the @ symbol. It seems that the original author used it as a comment but its produces this error when i try to compile it on debian 10 with the arm-linux-gnueabihf-gcc compiler i get the following error:

/ported_amm335x_init.S:1:Error: junk at the end of the line, first unrecognized character is '@'

This error repeats for each line of code since its used for comments through out. The code can be found here:https://github.com/kryochronic/AM335X-FreeRTOS-lwip/blob/master/src/portable/AM335X/ported_amm335x_init.S

I'm i using the wrong compiler? I usually use this compiler when cross compiling for the beaglebone black so i would like to stick with it. Any help will be appreciated, thank you.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...