-
I’m using Web3E with an ESP32. Standalone `Web3.h` works fine, but `Contract.h` causes problems, though.
This is what I’m trying to do:
```
queryERC20Balance(ERC20CONTRACT, MY_ADDRESS);
```
W…
-
Consider forking newlib and pulling it in the zephyr-crosstool-ng so as to facilitate Zephyr-specific development of the newlib.
This will be necessary as we implement more advanced OS features.
…
-
I followed the instructions for building on Linux Debian. But at the end, I got build errors about mismatched toolchains. It looks like it was expecting and older version and was incompatible with the…
-
Hi,
I am using ESP32 with 4mb flash without spiram but i am getting following error while opening a database
`
Core 0 register dump:
PC : 0x00000000 PS : 0x00060530 A0 : 0x80…
-
[INFO ] Installing final gcc compiler
[INFO ] Installing final gcc compiler: done in 448.51s (at 30:41)
[INFO ] =================================================================
[INFO ] Install…
-
### Issue submission guidelines
See [detaled guidelines](http://crosstool-ng.github.io/support/). In short:
- This is crosstool-NG version 1.25.0.149_1b0c227
[build.zip](https://github.com/crosstoo…
rdb56 updated
10 months ago
-
I have this error when i try to cross compile on debian
`root@debian:~/develop/src/PS3iso/ps3netsrv--# make CXX=${HOST}-g++
x86_64-unknown-linux-gnu-g++ -c -O3 -I./utils/inc -D_FILE_OFFSET_BITS=64 -DC…
-
Hello Achim, tell me how to compile the mine.c file into the mine.bin file in Ubuntu, or link to the manual. thanks in advance
-
Using an already existing nativ cross-compiler could speed a canadian build up dramaticaly.
Use existing `x x y`-toolchain to build new `x z y`-toolchain. *(`build host taget`)*
espacially in combin…
-
hello,
i’m trying to get setup for SDK for esp32 board
After all setting( setup esd-if, etc…)
when i execute build.py (ST SDK),
`Toolchain path: /home/yhpark/esp/xtensa-esp32-elf/bin/xtensa-esp32-…