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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello MBED Team. Thanks for open sourcing the libraries!!! During compiling them I think I found a bug in the Make file that gets created when you export to codesourcery. The options being passed to the assembler are not valid and produce errors. I think the $(CC_FLAGS) and $(CC_SYMBOLS) options should be removed. I think you should only be passing some options like "-mcpu=cortex-m3 -mthumb" to the assembler like in the GNU GCC export Make file. What do you think?
Here are the errors I get: