Problem with ESP8266 on Eclipse Oxygen with Arduino Addon [message #1823712] |
Tue, 31 March 2020 10:09 |
Eclipse User |
|
|
|
Having some trouble with 8266 on Eclipse Oxygen and Arduino Addon. I have successfully written code and loaded programs on ESP32 using "ESP32 Dev Module" board type for a target profile. I went to program a ESP8266-12 using "Generic ESP8266 Module". (See image for settings) I get no output files and the following message in the console:
Building ESP8266_Test
Program store usage: -1 of maximum 434160 bytes
Initial RAM usage: -1 of maximum 81920 bytes
Program:
#include <Arduino.h>
void setup() {
}
void loop() {
}
I've tried different programs with content to the same results, two computers with the same eclipse install, and I've also tried different ESP8266 Board Types on the target profile, none work. The same program will compile when the using the esp32 target profile, so I think it is a problem with the esp8266 target profiles themselves? Any help would be appreciated, thanks!
Oxygen.3a Release (4.7.3a)
Arduino URLs for package_index:
downloads.arduino.cc/packages/package_index.json
adafruit.github.io/arduino-board-index/package_adafruit_index.json
dl.espressif.com/dl/package_esp32_index.json
arduino.esp8266.com/stable/package_esp8266com_index.json
I have esp8266 platform installed (V2.6.3)
Attachment: esp8266.png
(Size: 34.89KB, Downloaded 81 times)
|
|
|
Powered by
FUDForum. Page generated in 0.03167 seconds