Search found 9 matches

by Scorpi0
Tue Mar 15, 2016 6:30 pm
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24423

Re: MicroPython Compilation Error

I still get the same error (task prio out of range: 2) even after changing:

Code: Select all

#define UART_TASK_ID 0

to

#define UART_TASK_ID 1
by Scorpi0
Mon Mar 14, 2016 8:33 pm
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24423

Re: MicroPython Compilation Error

Ok thanks.
by Scorpi0
Mon Mar 14, 2016 7:48 pm
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24423

Re: MicroPython Compilation Error

I have another problem when I tried to run the firmware on my ESP8266. I get a blank screen first, then after pressing enter, it says: "task prio out of range: 2". I can't see what i'm typing.

How can I fix it?
Thanks.
by Scorpi0
Mon Mar 14, 2016 5:34 am
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24423

Re: MicroPython Compilation Error

Thank you for your update, it works fine now. Problem solved!
by Scorpi0
Sun Mar 13, 2016 7:05 pm
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24423

Re: MicroPython Compilation Error

Thank you for you reply. Sorry but i'm new to this, can you explain how to manually edit the file under the mac terminal?
by Scorpi0
Sun Mar 13, 2016 4:16 pm
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24423

Re: MicroPython Compilation Error

Thank you for the replies, but I'm still receiving the error. My problem is after creating the esp-open-sdk, when I compile micropython using "make", I get this: vagrant@vagrant-ubuntu-trusty-64:~/micropython/esp8266$ make Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbo...
by Scorpi0
Sat Mar 12, 2016 5:58 pm
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24423

Re: MicroPython Compilation Error

how do you change it using the terminal?
by Scorpi0
Sat Mar 12, 2016 3:31 pm
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24423

Re: MicroPython Compilation Error

gcc version is 4.8.4
by Scorpi0
Sat Mar 12, 2016 2:13 pm
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24423

MicroPython Compilation Error

Hi, when I compile MicroPython on OS X (using virtual box, vagrant, git) I get this error : Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. CC ets_alt_task.c In file included from ets_alt_task.c:5:0: /home/vagrant/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysr...