``` kotlin-native-linux-0.3/bin/konanc led.kt -tar...
# kotlin-native
m
Copy code
kotlin-native-linux-0.3/bin/konanc led.kt -target raspberrypi -library pigpio.bc -linkerOpts "-L`pwd`/PIGPIO -lpigpio" -o led -verbose -g
o
seems you have start.kt linked in twice in your code, so maybe the way pigpio.bc created is wrong (and you shall link with .klib, not .bc, in the first place)