I imported a program from the cookbook which has custom libs. I want to edit these libs but when I make them editable in the compiler I only see .h files, and not the corresponding .ccp files. What am I doing wrong?
Bert
I imported a program from the cookbook which has custom libs. I want to edit these libs but when I make them editable in the compiler I only see .h files, and not the corresponding .ccp files. What am I doing wrong?
Bert
It sounds like the lib you have imported is of the "precompiled" type that Simon, et al, have put out there to save compile time or a lib with all the code in the .h file (because perhaps it's small?).
But without telling which lib it is you are trying to edit it's kind of difficult to give you a reason.
It sounds like the lib you have imported is of the "precompiled" type that Simon, et al, have put out there to save compile time or a lib with all the code in the .h file (because perhaps it's small?).
But without telling which lib it is you are trying to edit it's kind of difficult to give you a reason.
That's one of the "precompiled" libs. There are other EthernetIf libs out there with bug fixes in that are not precompiled. I suggest you look at using one of those. In the past, for testing, I have used this one (by Segundo Equipo) that appears to work as expected. Don't hold me to that though!
That's one of the "precompiled" libs. There are other EthernetIf libs out there with bug fixes in that are not precompiled. I suggest you look at using one of those. In the past, for testing, I have used [[http://mbed.org/forum/mbed/topic/1925/?page=1#comment-9737|this one]] (by <<user segundo>>) that appears to work as expected. Don't hold me to that though!
This is exactly what I need, thanks for your help!
This is exactly what I need, thanks for your help!
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
I imported a program from the cookbook which has custom libs. I want to edit these libs but when I make them editable in the compiler I only see .h files, and not the corresponding .ccp files. What am I doing wrong?
Bert