Compile Dot-AT-Firmware
- This topic has 2 replies, 3 voices, and was last updated 7 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi all,
I’m trying to compile Dot-AT-Firmware (mbed online compiler) but I had no luck at all. Linker is throwing error “Error: Symbol operator delete (void*) multiply defined (by mbed_retarget.o and retarget.XDOT_L151CC.o).”. Any help would be appreciated.
Thanks in advance,
_aleksa_
Hi all,
i´m have same problem. any solution?
The library versions of libxDot and mbed-os must match. If you could provide any version information of what you are building I may be able to provide more insight.
However, the AT firmware built online will not run on xDot, the source is provided as an example. There is a difference in the online build environment using a pre-compiled binary that we is causing issues.
xDot AT Firmware binaries are provided here.
This worked to compile with latest. libxDot-mbed5 has an update waiting for testing to complete. Use libxDot-dev-mbed5 with the latest revision of AT Firmware.
https://developer.mbed.org/teams/MultiTech/code/Dot-AT-Firmware/
https://developer.mbed.org/teams/MultiTech/code/libxDot-dev-mbed5/
Update mbed-os to match libxDot-dev-mbed5 commit history version, 5.4.7 at this time.