[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
lock attach
Attachments are accessible only for community members.
KandlaguntaR_36
Moderator
Moderator
Moderator
25 solutions authored 10 solutions authored 5 solutions authored

It should in the following directory in SDK 1.3.3, EZ-USB FX3 SDK\1.3\fw_lib\1_3_3\inc.

   

Didn't find it there?

   

Find the attached cyu3system.h file.

0 Likes
Anonymous
Not applicable

Seems like the problem was that the shell did not expand ~. When I changed to $(HOME) it worked. Thanks!

0 Likes