VIM3L Ubuntu install WiringPi

请问在最新版的系统Ubuntu20.4,如何安装移植好的WiringPI库,我运行指令如下:
git clone https://github.com/khadas/WiringPi.git
cd ~/wiringPi
./build
之后提示编译错误如下
khadas_vim1.c:526:26: error: ‘value’ undeclared (first use in this function); did you mean ‘vaule’?
526 | if (read(adcFds [pin], &value[0], 4) < 0) {
| ^~~~~
| vaule

硬件使用的是VIM3L.。

@Yongchao 在VIM3L,我们没有做移植,目前支持VIM123,以及Edge系列,VIM3L不支持

感谢您的回复!!
后来我使用固件VIM3L_Ubuntu-server-bionic_Linux-4.9_arm64_EMMC_V20191231测试现象如下:
//==============================================================================//
root@Khadas:/home/khadas# gpio -v
gpio version: 2.46
Copyright © 2012-2018 Gordon Henderson
This is free software with ABSOLUTELY NO WARRANTY.
For details type: gpio -warranty

Raspberry Pi Details:
Type: KHADAS-VIM3, Revision: 01, Memory: 1024MB, Maker: Amlogic [Out of Warranty]

  • Device tree is enabled.
    *–> Khadas VIM3L
  • This Raspberry Pi supports user-level GPIO access.

root@Khadas:/home/khadas# gpio mode 1 out
root@Khadas:/home/khadas# gpio read 1
0
root@Khadas:/home/khadas# gpio write 1 1
root@Khadas:/home/khadas# gpio read 1
0
//=============================================================================
现象:
发现VIM3L的引脚状态无法改变。

提问:
1.是由于Wiring目前没有移植原因么?
2.如果是由于Wiring目前还没有移植,是否可以采用其他方案控制IO,如果有其它方案,可以指出是哪些替代的方案吗?
3.谢谢!!

@Yongchao log里面也写了是VIM3的,VIM3L上没有做移植,我在上一条回复里已经写了,不支持VIM3L