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.
5 years, 5 months ago.
Problems linking Dot-AT-firmware
Hi everyone,
We acquired the developer kit MultiTech mDot. This mDot device is what ships with pre-installed Dot-AT-Firmware on it.
I followed exactly steps given by the mbed site to compile the AT Firmware locally by using the offline IDE (Eclipse IDE)
It does compile but it doesnt link:
[mbed] Working path "C:\workspaceMBedMTS\Dot-AT-Firmware" (program)
[mbed] ERROR: "C:\Python27\python.exe" returned error.
Code: 1
Path: "C:\workspaceMBedMTS\Dot-AT-Firmware"
Command: "C:\Python27\python.exe -u C:\workspaceMBedMTS\Dot-AT-Firmware\mbed-os\tools\make.py -t GCC_ARM -m MTS_MDOT_F411RE source . build .\BUILD\MTS_MDOT_F411RE\GCC_ARM -j8"
Tip: You could retry the last command with "-v" flag for verbose output
-
"mbed compile -t GCC_ARM -m MTS_MDOT_F411RE -j8" terminated with exit code 1. Build might be incomplete.
using mbed os 5.4.7 and libmDot-mbed5 into the project
I've tried C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3 C:\Program Files (x86)\GNU Tools ARM Embedded\6 2017-q2-update
And have the same result
Could anyone provide me exact steps for the successful linking of AT Firmware?
Thank you in advance.