5 years, 5 months ago.

Location of Implementation of the functions in mdot.h

Hello,

I am trying to debug an ARM Mbed Os application using Visual studio code, but I couldn't find the implementation of the functions in mDot.h (https://os.mbed.com/teams/MultiTech/code/libmDot-mbed5/file/64982192a2af/mDot.h/) header file. Would anyone point me where the function implementations are located in mdot's library (https://os.mbed.com/teams/MultiTech/code/libmDot-mbed5) ?

Thanks

1 Answer

5 years, 5 months ago.

Hi Fuad,

We believe the library you are interested in is libmDot-ARMCC.ar if you are using the Arm Compiler and libmDot-GCC_ARM.a for the gcc compiler. It appears that the source code for these underlying libraries is not being provided. This means that when debugging if you enter one of these functions you'll have a Disassembly view only, and no source view.

You might want to consider going to the MultiTech corporate web site and seeing what you can find there. They seem to have a nice Developer Resources area with Download and Forum areas.

Regards,

Ralph, Team Mbed