|
From: Simon D. <sim...@si...> - 2011-09-29 13:21:08
|
Hi, An inclusion of <string.h> was missing, I added it. Thanks! Simon Simon Duquennoy, Postdoc @ SICS http://www.simonduquennoy.net On 09/29/2011 11:18 AM, Sylvain Roche wrote: > Hello, > > This compilation error occurs since commit > dd8576830efd6630e52ffa7758db204741e6dae5 : > > ../../core/net/mac/nullrdc-noframer.c: In function ‘send_list’: > ../../core/net/mac/nullrdc-noframer.c:61: error: ‘NULL’ undeclared > (first use in this function) > ../../core/net/mac/nullrdc-noframer.c:61: error: (Each undeclared > identifier is reported only once > ../../core/net/mac/nullrdc-noframer.c:61: error: for each function it > appears in.) > ../../core/net/mac/nullrdc-noframer.c:62: warning: implicit > declaration of function ‘queuebuf_to_packetbuf’ > make: *** [obj_minimal-net/nullrdc-noframer.o] Error 1 > > > I fix (locally) the problem in order to compile projects again, but my > fix is very dirty... I don't know the best solution to solve that... > > Regards, > Sylvain > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > > > _______________________________________________ > Contiki-developers mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/contiki-developers |