OpenVX-CTS ERROR - Undefined reference to `Remap_register'

I can’t figure why I’m getting this erorr when I try to compile OpenVX CTS project in which I’m calling TESTCASE(Remap).

I got this error:

/usr/bin/ld: CMakeFiles/vx_test_conformance.dir/test_main.c.o:(.data.rel+0x160): undefined reference to `Remap_register'
collect2: error: ld returned 1 exit status

Not sure. That function is not in the CTS. What implementation are you using? Can you post a log of your build sequence?

1 Like