- or download this
cc -c -o dhtll.o dht11.c
cc -o tempmon tempmon.c dht11.o -l wiringPi
- or download this
use strict;
use warnings;
use Inline 'C';
- or download this
perl: symbol lookup error: /home/pi/repos/scripts/c/rpi/dht11/library/
+_Inline/lib/auto/perl_pl_96d1/perl_pl_96d1.so: undefined symbol: pinM
+ode
- or download this
use Config;
my $ccflags .= $Config{ccflags} . " -l wiringPi";
use Inline ('C' => 'END', ccflags => $ccflags);
- or download this
Running Mkbootstrap for perl_pl_b1a3 ()
chmod 644 "perl_pl_b1a3.bs"
...
XS_EXTERNAL(boot_perl_pl_b1a3); /* prototype to pass -Wmissing-protot
+ypes */
^
Makefile:331: recipe for target 'perl_pl_b1a3.o' failed
- or download this
use warnings;
use strict;
...
return(0);
}