Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years ago.
many mbed compile errors with this assembly listing
were you successful in running this through the mbed 2.0 compiler?? It seems several "$label" might be missing or misaligned. Gary
Question relating to:
1 Answer
10 years ago.
Helo Gary,
I don't say that i have a successfull run throught mbed Compiler. all that i said is that it compile perfectly andd run under the keil IDE development tool. The question is how to include a file in assembly. Can you explain the $label missing or missalign. If you use Gcc you need to add a function directive for each xrunname. Thanks
My apologies, I had not read your earlier posts/questions. I jumped straight to the code and imported it.
'
in fiddling around with the mbed compiler - i was getting messages about adding a 'pad' value
to make Thumb instructions come out correctly - is my assumption. [I thought it was in reference to
a missing label for a Forth-word]
Gary