Search found 77 matches

by ESP_Me-no-dev
Wed Jan 20, 2016 8:50 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90754

Re: Anyone interested in Arduino Environment?

no luck with mingw here as well :) have you tried the toolchains I posted on the front post? they are compiled by espressif's instructions.
by ESP_Me-no-dev
Mon Jan 18, 2016 2:23 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90754

Re: Anyone interested in Arduino Environment?

Windows 64 Toolchain: http://static.ficeto.com/xtensa-esp108-elf-cygwin64.zip << Needs https://cygwin.com/setup-x86_64.exe installed (defaults are fine) and "C:\cygwin64\bin" added to Path
by ESP_Me-no-dev
Sun Jan 17, 2016 1:52 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90754

Re: Anyone interested in Arduino Environment?

It's the fourth day that I have been trying to build a toolchain for windows :)
I don't know how you guys use that OS for any development, but since you do, I'll give it another few days :D
If anyone has a recipe, I would love to give it a go.
by ESP_Me-no-dev
Wed Jan 13, 2016 3:36 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90754

Re: Anyone interested in Arduino Environment?

I went by the official instructions on the ESP32_RTOS repo, so whatever is defined there is working fine on OSX in both the IDE and Eclipse :) git clone -b esp108-1.21.0 git://github.com/jcmvbkbc/crosstool-NG.git cd crosstool-NG ./bootstrap && ./configure --prefix=`pwd` && make && make install ./ct-...
by ESP_Me-no-dev
Tue Jan 12, 2016 11:44 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90754

Re: Anyone interested in Arduino Environment?

Maybe the community can help here :)

I have the toolchain for OS X that I can share if someone needs it. Can you guys share a working toolchains for Windows and Linux?
by ESP_Me-no-dev
Mon Jan 11, 2016 10:47 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90754

Re: Anyone interested in Arduino Environment?

I can also remove the offending function but that would not really be a fix now would it :) We are beta testers so we are expected to get bugs :) Let's hope we resolve them :) Keep me posted on that problem please. BTW I'm using Eclipse as well to build all my Arduino stuff, but ran tests on the IDE...
by ESP_Me-no-dev
Sun Jan 10, 2016 8:26 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90754

Re: Anyone interested in Arduino Environment?

this seems to be connected to the toolchain you are using (the one in that dev kit).
If you go by the instructions from espressif, then it should all go nice and dandy :)
by ESP_Me-no-dev
Sat Jan 09, 2016 12:08 am
Forum: General Discussion
Topic: ESP32 specifiaction
Replies: 10
Views: 21825

Re: ESP32 specifiaction

Why are you guys going over those bits so much :)
It's really simple. 12 bits = 0 -> 4095 and those are actually 4096 steps, because 0 is a value as well.
by ESP_Me-no-dev
Fri Jan 08, 2016 3:19 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90754

Re: Anyone interested in Arduino Environment?

good catch on the warning. No clue on the segmentation fault though. Any chance there is something different on our toolchains?
I compiled mine on Mac using the instructions provided by espressif.