AN75779: Build error

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

cross mob
Anonymous
Not applicable

Hi,

I download AN75779 and run SDK 1.3.3.

  but fail to build UVC_AN75779. 

(I do check the readme.txt of the project. Seems to be build in SDK 1.3.4)

 

  These message is displayed in console.

          cc1.exe: error: unrecognized command line option '-std=gnu11'

          cs-make: *** [camera_ptzcontrol.o] Error 1

  What should i do to build the project?

q1.png

q2.png

0 Likes
1 Reply
Anonymous
Not applicable

Changed language standard and it works.

1. Tool Settings> Cross ARM C Complier > Optimization

2. Language standard > GNU ISO C99 (-std=gnu99)

pastedImage_0.png

0 Likes