Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile for doitESPduino32 on Linux and Mac #6152

Closed
1 task done
maxgerhardt opened this issue Jan 19, 2022 · 0 comments · Fixed by #6153
Closed
1 task done

Can't compile for doitESPduino32 on Linux and Mac #6152

maxgerhardt opened this issue Jan 19, 2022 · 0 comments · Fixed by #6153

Comments

@maxgerhardt
Copy link
Contributor

maxgerhardt commented Jan 19, 2022

Board

doitESPduino32

Device Description

None relevant.

Hardware Configuration

None relevant.

Version

latest master

IDE Name

Arduino IDE and PlatformIO

Operating System

Windows 10

Flash frequency

40

PSRAM enabled

no

Upload speed

115200

Description

In https://github.com/espressif/arduino-esp32/tree/master/variants/doitESPduino32 there is a file pins_Arduino.h. However, the Arduino.h file wants to include pins_arduino.h

#include "pins_arduino.h"

Since Mac and Linux use case-sensitive filesystems (as opposed to Windows), the compiler will fail to find pins_arduino.h since the name is not equal to what the file was called, pins_Arduino.h.

Hence, compilation for the doitESPduino32 is impossible on those systems, leading to

In file included from src/main.cpp:1:0:
/home/paul/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:185:26: fatal error: pins_arduino.h: No such file or directory

This bug has existed since the inclusion of the board in October 2020, and noone discovered or reported it yet.

Sketch

None needed.

Debug Message

None needed.

Other Steps to Reproduce

None needed.

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@maxgerhardt maxgerhardt added the Status: Awaiting triage Issue is waiting for triage label Jan 19, 2022
@P-R-O-C-H-Y P-R-O-C-H-Y linked a pull request Jan 19, 2022 that will close this issue
me-no-dev pushed a commit that referenced this issue Jan 19, 2022
@VojtechBartoska VojtechBartoska removed the Status: Awaiting triage Issue is waiting for triage label Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants