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.

C6Run: ARM-side C++ Code doesn't interact with C6Runlib

Hi,

I've got a problem to get my C++ ARM-side code call methods from a static library build with C6Runlib.

I've done everything mentioned in the C6RunLib-FAQ regarding C++, so I've surrounded the declarationblock with the "#ifdef _cplusplus extern "C"" thing and so on.

The funny thing is C6RUN_MEM_malloc works, but when the code arrives at my functions I got th efollowing error:

ProcMgr_open() failed. Status = [0xFFFFFFFE]                                    
C6RUN_IPC_create() failed!

Can anyone tell me, what I'm doing wrong?

I've attached my code so you can see, if there is something worg.

Best regards,

Kristian

6837.libprim.c

4214.libprim.h

8540.prim.cpp