- cloudvoip设备端xtensa-esp32-elf架构能否支持ESP32S2?
编译ESP32和ESP32S3可以成功,ESP32S2报错: /home/logan/WorkSpace/tinyraft/sample_project/main/libwxcloudvoip_client.a(hmac_sha256.c.obj): in function `TransformFunction': hmac_sha256.c:(.text.TransformFunction+0x1a): dangerous relocation: cannot decode instruction opcode: (.text.TransformFunction+0x41) hmac_sha256.c:(.text.TransformFunction+0x43): dangerous relocation: cannot decode instruction opcode: (.text.TransformFunction+0x82) /home/logan/WorkSpace/tinyraft/sample_project/main/libwxcloudvoip_client.a(hmac_sha256.c.obj): in function `sha256$isra$0': hmac_sha256.c:(.text.sha256$isra$0+0x179): dangerous relocation: cannot decode instruction opcode: (.text.sha256$isra$0+0x197) /home/logan/WorkSpace/tinyraft/sample_project/main/libwxcloudvoip_client.a(hmac_sha256.c.obj): in function `wx_hmac_sha256': hmac_sha256.c:(.text.wx_hmac_sha256+0x75): dangerous relocation: cannot decode instruction opcode: (.text.wx_hmac_sha256+0x95) /home/logan/WorkSpace/tinyraft/sample_project/main/libwxcloudvoip_client.a(device_key_encrypt.c.obj): in function `rc4_crypt_decrypt': device_key_encrypt.c:(.text.rc4_crypt_decrypt+0xb): dangerous relocation: cannot decode instruction opcode: (.text.rc4_crypt_decrypt+0x15) device_key_encrypt.c:(.text.rc4_crypt_decrypt+0x22): dangerous relocation: cannot decode instruction opcode: (.text.rc4_crypt_decrypt+0x53) /home/logan/WorkSpace/tinyraft/sample_project/main/libwxcloudvoip_client.a(core_json.c.obj): in function `skipLiteral': core_json.c:(.text.skipLiteral+0x16): dangerous relocation: cannot decode instruction opcode: (.text.skipLiteral+0x2a) collect2: error: ld returned 1 exit status
03-13 - 音视频通话(for 硬件)可以支持嵌入式设备吗?
例如ESP32这种设备支持voip后端的MCU
2023-08-29