Hi,
I am using default configuration of Kubuntu 64bit 12.10 and installed Linux Desktop SDK 1.0.0.6 64bit. I got compilation error while executing make:
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_map_dspaddr_to_inbound’:
src/pciedrv.c:2169:7: error: format ‘%X’ expects argument of type ‘unsigned int’, but argument 5 has type ‘size_t’ [-Werror=format]
cc1: all warnings being treated as errors
make[1]: *** [obj/pciedrv.o] Error 1
make[1]: Leaving directory `/opt/ti/desktop-linux-sdk_01_00_00_06/sdk/pciedrv'
make: *** [pciedrv] Error 2
The issue is not critical and I know how to overcome it but I hope it will be fixed in next releases.
Regards,
Andrey Lisnevich