Hi to all,
I'm trying to compile blob but when I do make I received the following error
message:
../../src/blob/compr_rubin.c: In function 'rubin_do_decompress':
../../src/blob/compr_rubin.c:54: warning: pointer targets in initialization
differ in signedness
../../src/blob/compr_rubin.c:55: warning: pointer targets in initialization
differ in signedness
../../src/blob/compr_rubin.c:92: error: invalid lvalue in increment
make[2]: *** [load_kernel_test-compr_rubin.o] Error 1
make[2]: Leaving directory `/root/programmi/WiTP/blob-xscale/utils/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/programmi/WiTP/blob-xscale/utils'
make: *** [all-recursive] Error 1
I try bot with gcc-3.4.3 and gcc-3.3.2. Any ideas about this?
thanks in advance
Daniele
|