PeakSat / minimal-dev-setup

2 stars 0 forks source link

[NOTE] Be careful of trailing slash in MHC launch command #9

Open lightspot21 opened 4 months ago

lightspot21 commented 4 months ago

From MHC documentation (https://developerhelp.microchip.com/xwiki/bin/view/software-tools/harmony/archive/mhc-overview/) the command to launch is:

java -jar mhc.jar -mode=gui -fw=../,

The -fw argument must include the slash. Otherwise MHC won't be able to resolve the framework path as a directory and will state that the DFP path is invalid although it actually is not!