Software Archive
Read-only legacy content
17061 Discussions

CILK PLUS w/ VxWorks 7

piedpiper
Beginner
335 Views

Hi,

I'm trying to load the Cilk Plus test code as documented in "GETTING STARTED WITH INTEL CILK PLUS WITH VXWORKS 7" as a downloadable kernel module (DKM) but I am getting the following undefined symbols:

__cilkrts_hyper_destroy.

__cilkrts_hyper_create.

__cilkrts_cilk_for_32.

__cilkrts_hyper_lookup.

I have built the VxWorks 7 kernel w/ CILK support and was able to successfully execute the test code when it is linked directly into my VIP project.  Any ideas why I'm seeing issues when the test program is built as a DKM ? Thanks.

0 Kudos
1 Reply
piedpiper
Beginner
335 Views

Nevermind.  I ended up resolving this issue by linking the cilkplus libraries directly into my DKM.   The cilkplus libraries were located in the VSB project.   

0 Kudos
Reply