Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...