energia / msp432-core

MSP432 Core and Framework
14 stars 10 forks source link

DSLite on Energia 17 — Incorrect Syntax for C2000 and MSP432 #18

Closed robertinant closed 7 years ago

robertinant commented 8 years ago

From @rei-vilo on December 12, 2015 16:51

DSLite complains some parameters are missing against C2000 and upload fails.

DSLite load LAUNCHXL-F28377S.ccxml Blink.cpp.elf should be DSLite load -c LAUNCHXL-F28377S.ccxml -f Blink.cpp.elf

/Applications/IDE/Energia.app/Contents/Resources/Java/tools/common/DSLite/DebugServer/bin/DSLite load /Applications/IDE/Energia.app/Contents/Resources/Java/tools/common/DSLite/LAUNCHXL-F28377S.ccxml /var/folders/hz/wncgspfd5wxgzmly78yvzk_m0000gn/T/build6672553141973112437.tmp/Blink.cpp.elf Failed: the option '--config' is required but missing -c [ --config ] arg ccxml configuration file -f [ --file ] arg elf, coff or binary file to load -t [ --timeout ] arg timeout in seconds, infinite if unspecified

Copied from original issue: energia/Energia#796

robertinant commented 8 years ago

From @rei-vilo on December 12, 2015 16:54

Generally speaking, upload is very slow, especially for the F28377S.

Finished: 87%

before

Setting PC to entry point.: 87% Running... Success

robertinant commented 8 years ago

From @rei-vilo on December 12, 2015 17:12

Same issue with MSP432.

robertinant commented 7 years ago

This has been solved in Energia 18.