Hello,
I want to load .out file in my dsp . The .out file in the sample audio playback program is loading properly in dsp .The type of this out file is program (application/octet-stream)
But i want to compile certain c programs in gcc and i compiled it and i have created a .out file but its type is executable so i cant load it in my dsp
It says a error message "Invalid file format" when i try to load the .out file i have created in gcc .
Help me to solve this problem