This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6000 loader (load6x) gives error: "Could not open spkc6x.dll"

Hello All.

I downloaded recently the Code Generation Tools 6.1.9 for Linux (Ubuntu 8.04, intel P4).

When I try to load the .out file, I get the following error:

 

OPTIONS -- C6xxx Simulator
OPTIONS -- REVISION 2
OPTIONS -- MAP 1 *** DEFAULT MEMORY MAPPING ***
NOTE    : For details on above options please refer to the readme.1st
Loading clock.out
Could not open spkc6x.dll Unable to initialize target

 

Any idea why is this happening ??

I compiled the program like:

[shell]$ cl6x  clock.c -z  -l lnk.cmd -oclock.out

There are no compilation errors

[shell]$ load6xexe clock.out

ANd I get the above error !

Please help !!