Search found 4 matches

by redengin
Wed Sep 18, 2019 3:31 am
Forum: ESP-IDF
Topic: undefined reference to `swap_byte_32'
Replies: 6
Views: 6644

Re: undefined reference to `swap_byte_32'

I can confirm that the latest updates have fixed this.
by redengin
Thu Aug 22, 2019 2:02 am
Forum: ESP-IDF
Topic: undefined reference to `swap_byte_32'
Replies: 6
Views: 6644

Re: undefined reference to `swap_byte_32'

Using `debug` compiler optimization level does the trick for now. Let me know when it'll work with `release` level.
by redengin
Thu Aug 15, 2019 8:24 am
Forum: ESP-IDF
Topic: undefined reference to `swap_byte_32'
Replies: 6
Views: 6644

Re: undefined reference to `swap_byte_32'

IDF: * master 39f090a Merge branch 'deprecate/spi_common_claim_macros' into 'master' toolchain: (crosstool-NG esp32-2019r1) I tried decorating swap_byte_32 as static but that conflicts will all the non-static inline usages. I can't provide my project, but I can look into creating an example that has...
by redengin
Wed Aug 14, 2019 6:18 am
Forum: ESP-IDF
Topic: undefined reference to `swap_byte_32'
Replies: 6
Views: 6644

undefined reference to `swap_byte_32'

linking is failing with the following output. Its odd, since swap_byte_32 is declared as inline in bt_defs.h. Let me know if there is a more I can do to investigate this further. /home/redengin/opt/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ld: esp-idf/bt...