Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem with ESP8266 on Eclipse Oxygen with Arduino Addon(I cannot properly build using Generic 8266 target profile with Arduino Addon)
Problem with ESP8266 on Eclipse Oxygen with Arduino Addon [message #1823712] Tue, 31 March 2020 14:09
D R is currently offline D RFriend
Messages: 4
Registered: March 2020
Junior Member
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 60 times)
Previous Topic:File Property Options not Displaying in 2020-03
Next Topic:ESP-IDF Plugin
Goto Forum:
  


Current Time: Tue Apr 23 14:20:45 GMT 2024

Powered by FUDForum. Page generated in 0.03174 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top