Vivien Clauzon
Vivien Clauzon
i installed esp32 toolchain but I understand I cannot "cross compile" without a device plugged in. So it's hard to investigate. I added a way to set TT size in...
> > i installed esp32 toolchain but I understand I cannot "cross compile" without a device plugged in. So it's hard to investigate. > > it should be possible to...
how to you tell platform-io that it has to compile lib/Minic and to find headers in there ?
> how to you tell platform-io that it has to compile lib/Minic and to find headers in there ? oh it's automatic ... cool
Perfect, I'm able to reproduce, it will be easier to work on this ``` /home/vivien/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: .pio/build/esp32dev/firmware.elf section `.dram0.bss' will not fit in region `dram0_0_seg' /home/vivien/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: DRAM segment data does not...
this looks interesting https://community.platformio.org/t/esp32-ld-region-dram0-0-seg-overflowed-by-156768-bytes/18753/2 from a very competent dev (https://github.com/maxgerhardt)
it works quite well, to go forward, hacking `~/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/ld/memory.ld` ``` dram0_0_seg (RW) : org = 0x3FFB0000 + 0xdb5c, len = 389888 /* len = 0x2c200 - 0xdb5c */ ``` leads...
Thanks for reporting this. I'll have a look, compiling for M1 is a good target indeed.
`/bin/bash: md5sum: command not found` is a first issue for net downloading verification. `line 1: ulimit: stack size: cannot modify limit: Operation not permitted` is another one possibly `clang: error:...
Found this : https://github.com/DMOJ/judge-server/issues/303