vgegok

Results 17 comments of vgegok

the same problem: ![image](https://github.com/pkerspe/ESP-StepperMotor-Server/assets/45798060/67eaf280-6b4d-4725-88f7-af4cf05283c0)

I think it's a problem with the GCC version. Can you tell me your version of riscv-gcc or the riscv-gnu-toolchain commits hash you use?

![image](https://github.com/lvgl/lv_port_pc_vscode/assets/45798060/c833d9b0-d533-497d-a228-4b1d65785b65) ![image](https://github.com/lvgl/lv_port_pc_vscode/assets/45798060/7e4d49e9-5be3-4dd2-9994-9580b1b531f0) I think this is related to SDL.

Yes, I modified the kernel configuration and now it can be compiled, but when I insmod on the target host, an error "disagrees about version of symbol XXXX" appears. I...

I tested it after rebooting and it still had the same effect: ``` 1|rk3399:/sdcard/rtl_module # insmod wlan.ko insmod: failed to load wlan.ko: Invalid argument 1|rk3399:/sdcard/rtl_module # ``` ``` [ 78.190992]...

Maybe I didn't explain it clearly enough. I bought a product with RK3399 processor, which uses kernel version 4.4.126 and runs Android 7.1.2. I want to use ASUS USB-AC53 Nano...

``` root@b99b3ad5dab3:~/rockchip-kernel# grep 80211 /root/rockchip-kernel/.config CONFIG_CFG80211=y # CONFIG_NL80211_TESTMODE is not set # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set # CONFIG_CFG80211_REG_DEBUG is not set CONFIG_CFG80211_DEFAULT_PS=y # CONFIG_CFG80211_INTERNAL_REGDB is not set CONFIG_CFG80211_CRDA_SUPPORT=y # CONFIG_CFG80211_WEXT...

I checked and found no /proc/config.gz or /proc/config. ``` rk3399:/ # ls /proc/ 1 119 1380 1532 167 208 246 44 70 fb schedstat 10 12 1381 154 168 21...

Using the .config you provided, I got an error when compiling the kernel. Before make, I executed make menuconfig and saved it. ``` root@b99b3ad5dab3:~/rockchip-kernel# make CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK...

Same error, I'm using ubuntu host and target machine with the same architecture, the default gcc is aarch64-linux-gnu-, so I can ignore the parameters after make. MacBook M1 pro, docker...