Page 1 of 1

Can build with PlatformIO

Posted: 12 Jul 2018, 07:48
by beigenmann
corrupted platformio.ini
error option u'lib_archive' in section u'env:normal_ESP8285_1024' already exists'
uncommented lib_archive
-lib_archive = ${common.lib_archive}
+;lib_archive = ${common.lib_archive}

After I fixed platformio.ini
platformio run
only esp32dev was successfull the reset ended in
error *** [.pioenvs/hard_Ventus_W266/firmware.elf] Implicit dependency `.platformio/platforms/espressif8266/builder/;' not found, needed by target `.pioenvs/hard_Ventus_W266/firmware.elf'.

Re: Can build with PlatformIO

Posted: 12 Jul 2018, 10:01
by grovkillen
Download the full source from GitHub.
When you compile you might get an error, this is due to leftovers from our (we the developers) previous compile.
Run the compile again and PlatformIO will delete these leftovers.

Be happy ;)

Re: Can build with PlatformIO

Posted: 14 Jul 2018, 07:53
by TD-er
I did do some edits in the past week, but Travis is building fine.
Have you tested getting the last version from Github, like Grovkillen suggested?

Re: Can build with PlatformIO

Posted: 15 Jul 2018, 16:17
by beigenmann
Build on PlatformIO, version 3.5.4 on ubuntu 18.04

lib_archive already exists in section in platformio.ini
186) lib_archive = ${common.lib_archive}
419) lib_archive = ${common.lib_archive}
There is something odd.
Thanks
Benno

Re: Can build with PlatformIO

Posted: 18 Jul 2018, 21:30
by TD-er
beigenmann wrote: 15 Jul 2018, 16:17 Build on PlatformIO, version 3.5.4 on ubuntu 18.04

lib_archive already exists in section in platformio.ini
186) lib_archive = ${common.lib_archive}
419) lib_archive = ${common.lib_archive}
There is something odd.
Thanks
Benno
Thanks for the pull request, I merged it.