energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
794 stars 672 forks source link

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

Closed rei-vilo closed 8 years ago

rei-vilo commented 8 years ago

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

rei-vilo commented 8 years ago

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

Finished: 87%

before

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

rei-vilo commented 8 years ago

Same issue with MSP432.

robertinant commented 8 years ago

This issue was moved to energia/msp432-core#18