Info
This question is closed. Reopen it to edit or answer.
Libmbed.a needed by ".../freedomboard_servo.ekf'
1 view (last 30 days)
Show older comments
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154680/image.png)
2 Comments
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.
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!