Hello
I am trying to create a simple hello world printout in keil studio that will be directed at the VHT_MPS2_Cortex-M4 target in my aws instance.
I created the file with the Cortex M4 as the target and took som simple code that just printed hello world and then uppload it to a git repo so i can clone it to my aws instance but when i try to run the program the following errorWarning: load application failed: 'test3/Helloworld/' (instance 'cpu_core.armcortexm4ct'): Error in CADI: while loading application file test3/Helloworld/: test3/Helloworld/: error while loading 'ELF' file: fread error: Is a directory In file: /tmp/plgbuild/abs_build/1077502_57244/trunk/work/fastsim/Framework/scx/SCXExportedVirtualSubsystem.cpp:250
Warning: load application failed: 'test3/Helloworld/' (instance 'cpu_core.armcortexm4ct'): Error in CADI: while loading application file test3/Helloworld/: test3/Helloworld/: error while loading 'ELF' file: fread error: Is a directory In file: /tmp/plgbuild/abs_build/1077502_57244/trunk/work/fastsim/Framework/scx/SCXExportedVirtualSubsystem.cpp:250
Hello, the error says that you are passing the directory, not the final ELF image, to the VHT_MPS2_Cortex-M4 executable. Can you see the full command line being used? It should be (something like):
VHT_MPS2_Cortex-M4 -a test3/Helloworld/Helloworld.axf