Part Number: EVMK2H
Tool/software: Code Composer Studio
In order to build an Image Processing OpenCV program, I first tried to build a simple Hello World C++ program.
The build went well, with the following output below:
Building target: samplecplusx2 Invoking: Cross G++ Linker g++ -o "samplecplusx2" ./src/samplecplusx2.o Finished building target: samplecplusx2
However as I was trying to load the program (in this case, samplecplusx2) using one the 66x DSP cores, it instead showed this error:
C66xx_0: GEL: Encountered a problem loading file: /home/workspace_v8/samplecplusx2/Debug/samplecplusx2 Could not determine target type of file
It would be greatly appreciated if you could help me out with this, thank you.
Best regards,
Madeleine


