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.
8 years, 10 months ago.
build error
Hi Mike
While desperately trawling the entire MultiTech site for clues as to why I can't receive data on my mDot, I came across your example - but I get:
Error: No instance of overloaded function "mts::Text::bin2hexString" matches the argument list in "main.cpp"
As far as I know, I have the latest MTSText.h. Any ideas?
Many thanks
-H
Question relating to:
1 Answer
8 years, 10 months ago.
Howard,
That program built OK for me - I built it as is after checking out (libmDot rev 5, rtos rev 88, mbed-src rev 587) and with the latest libmDot, rev 10. Both cases compiled fine.
Do you have local changes that are breaking the build?
Cheers,
Mike
Hi Mike Thanks for the response. I'm starting with mBed / mDot from scratch, so everything was dragged off the site following setup instructions on the 14th of December. I've not made any changes (that I'm aware of!) to anything except my test main.cpp. Thanks for the rev numbers too: I will check the revs of what I downloaded. I would have thought that following the How To would have given me the latest versions but that may be an incorrect assumption.
thanks again
-H
posted by 12 Jan 2016Howard,
Do you mean you're building offline? Are you using an IDE or the mbed SDK build tools?
I'm not sure what instructions you are referring to.
We have a wiki page explaining how to build offline using the mbed SDK build tools. If that's what you're trying to do, this page will be useful.
-Mike
posted by 12 Jan 2016Actually we started by following the wiki on building off line. This included clicking on the link for the Keil uVision IDE. Unfortunately it gave us uVision 5 and the on line compiler wil only export to uVision 4, so we our plans to do some experiments with the sample projects on line and export them off line came to a halt. I have only been using the online compiler for this mDot test - which only makes my concern about this broken build worse. thanks -H
posted by 12 Jan 2016