Info

This question is closed. Reopen it to edit or answer.

Libmbed.a needed by ".../freed​omboard_se​rvo.ekf'

1 view (last 30 days)
Jack Lee
Jack Lee on 5 Jul 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
I was going through the example of FRDM-KL25Z library in MATLAB Simulink and having some problems when deploying it to the board.
1) Most of the H files are missing in the directory during (compiling?) and was FIXED by downloading individually from website.
2) After the H files are fixed, MATLAB prompt me another error stating FILE_DIR/TOOLCHAIN_GCC_ARM/libmbed.a' needed by ".../freedom_board_servo.elf'
I'm quite new to this field so was hoping someone can guide me through these errors as I have been stuck here doing nothing for few days fixing errors and errors. Thanks.
  2 Comments
Walter Roberson
Walter Roberson on 5 Jul 2016
The bit about no rule to create the .a file is the problem at this point. It looks to me as if you are cross-compiling for a different operating system and different processor, and your makefile rules probably do not know how to build the kinds of libraries (.a files are libraries for Unix and Linux) that the destination needs. Probably the problem can be solved, but I suspect you do not have the package installed completely properly.
Jack Lee
Jack Lee on 5 Jul 2016
Hi, the problems have been solved (I assume?) Cause the "mbed-8e73be2a2ac1" has been saved as "8e73be2a2ac1" instead. The directory has been fixed. Seems like MATLAB FRDM-KL25Z has problems in installing the support package.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!