[SOLVED] cyu3system.h where is it?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I'm trying to build the example code for AN75779, but I get an error:

   
$ make arm-none-eabi-gcc -g -DTX_ENABLE_EVENT_TRACE -DDEBUG -DCYU3P_FX3=1 -D__CYU3P_TX__=1 -I. -I~/cypress/cyfx3sdk/fw_lib/1_3_3/inc  -O0 -Wall -mcpu=arm926ej-s -mthumb-interwork -ffunction-sections -fdata-sections -c -o uvc.o uvc.c uvc.c:56:24: fatal error: cyu3system.h: No such file or directory  #include <cyu3system.h>                         ^ compilation terminated. make: *** [makefile:55: uvc.o] Error 1
   

Is the cyu3system.h header file only included in a specific version of the SDK? I have 1.3.3.

   

Thanks!

0 Likes
2 Replies