-
Notifications
You must be signed in to change notification settings - Fork 896
Closed
Labels
Description
Contact Details
Version
5.5.3
Description
Got the message: Please report this bug, all information can be found here: https://github.com/AchimPieters/esp32-homekit-demo.git
/project/components/common/wolfssl/wolfssl-5.5.3/wolfcrypt/src/aes_gcm_x86_asm.S: Assembler messages:
/project/components/common/wolfssl/wolfssl-5.5.3/wolfcrypt/src/aes_gcm_x86_asm.S:104: Error: unknown opcode or format name 'pushl'
/project/components/common/wolfssl/wolfssl-5.5.3/wolfcrypt/src/aes_gcm_x86_asm.S:105: Error: unknown opcode or format name 'pushl'
.....
.....
/project/components/common/wolfssl/wolfssl-5.5.3/wolfcrypt/src/aes_gcm_x86_asm.S:1352: Error: bad register name: (%esp
/project/components/common/wolfssl/wolfssl-5.5.3/wolfcrypt/src/aes_gcm_x86_asm.S:1352: Error: junk at end of line, first unrecognized character is `('
/project/components/common/wolfssl/wolfssl-5.5.3/wolfcrypt/src/aes_gcm_x86_asm.S:1352: Internal error in demand_empty_rest_of_line at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/binutils/gas/read.c:3788.
Please report this bug.
Reproduction steps
- Install docker
- Install IDF V5.0 - docker pull espressif/idf:v5.0
- Clone repository - git clone --recursive https://github.com/AchimPieters/esp32-homekit-demo.git
- start IDF - docker run -it -v ~/ESP32-HOMEKIT-DEMO:/project -w /project espressif/idf:v5.0
- cd examples - cd led
- idf.py build
Relevant log output
No response