This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error compiling desktop-linux-sdk_01_00_00_07 pciedrv.c

Expert 1130 points

mikeiz@ubuntu:desktop-linux-sdk_01_00_00_07$ make
make -C /home/mikeiz/ti/desktop-linux-sdk_01_00_00_07/sdk/pciedrv
make[1]: Entering directory `/home/mikeiz/ti/desktop-linux-sdk_01_00_00_07/sdk/pciedrv'
gcc -Werror -ggdb -I . -I inc -I ../ -I shared -I ../sync -D _FILE_OFFSET_BITS=64 -c src/pciedrv.c -o obj/pciedrv.o
src/pciedrv.c: In function ‘pciedrv_get_pci_info’:
src/pciedrv.c:2101:7: error: too many arguments for format [-Werror=format-extra-args]
i);
^
src/pciedrv.c:2101:7: error: too many arguments for format [-Werror=format-extra-args]
cc1: all warnings being treated as errors
make[1]: *** [obj/pciedrv.o] Error 1
make[1]: Leaving directory `/home/mikeiz/ti/desktop-linux-sdk_01_00_00_07/sdk/pciedrv'
make: *** [pciedrv] Error 2