You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to ARMBIAN 5.38 stable Debian GNU/Linux 9 (stretch) 4.14.18-sunxi
System load: 0.41 0.25 0.10 Up time: 1 min
Memory usage: 9 % of 493MB IP: 192.168.1.18
CPU temp: 35°C
Usage of /: 8% of 15G
here is the log
GPIO Utility
[Link]
/usr/bin/ld: gpio.o: relocation R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
gpio.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:48: recipe for target 'gpio' failed
make: *** [gpio] Error 1
I tried to add -fPIC flag in gpio/Makefile with no success
@$(CC) -o $@ $(OBJ) $(LDFLAGS) -fPIC $(LIBS)
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to build on my OPIZ
here is the PI:
here is the log
I tried to add -fPIC flag in gpio/Makefile with no success
@$(CC) -o $@ $(OBJ) $(LDFLAGS) -fPIC $(LIBS)
The text was updated successfully, but these errors were encountered: