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

Error when compiling for ESP32 S3 #1040

Closed
marcus-universe opened this issue May 10, 2024 · 3 comments
Closed

Error when compiling for ESP32 S3 #1040

marcus-universe opened this issue May 10, 2024 · 3 comments

Comments

@marcus-universe
Copy link

Describe the bug

I getting this error when compiling my code

Compiling sketch...
"C:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32s3-elf-gcc\\esp-12.2.0_20230208/bin/xtensa-esp32s3-elf-g++" -MMD -c "@C:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esp32-arduino-libs\\idf-release_v5.1-3662303f312/esp32s3/flags/cpp_flags" -w -Os -DF_CPU=240000000L -DARDUINO=10607 -DARDUINO_ESP32S3_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"ESP32S3_DEV\"" "-DARDUINO_VARIANT=\"esp32s3\"" -DARDUINO_PARTITION_default "-DARDUINO_HOST_OS=\"windows\"" "-DARDUINO_FQBN=\"esp32:esp32:esp32s3:UploadSpeed=921600,USBMode=default,CDCOnBoot=default,MSCOnBoot=default,DFUOnBoot=default,UploadMode=default,CPUFreq=240,FlashMode=qio,FlashSize=4M,PartitionScheme=default,DebugLevel=none,PSRAM=disabled,LoopCore=1,EventsCore=1,EraseFlash=none,JTAGAdapter=default,ZigbeeMode=default\"" -DESP32 -DCORE_DEBUG_LEVEL=0 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DARDUINO_USB_MODE=0 -DARDUINO_USB_CDC_ON_BOOT=0 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=0 "@C:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esp32-arduino-libs\\idf-release_v5.1-3662303f312/esp32s3/flags/defines" "-IH:\\Projects\\Coding\\CVRScrips\\ESP32S3\\MyMidicontroller" -iprefix "C:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esp32-arduino-libs\\idf-release_v5.1-3662303f312/esp32s3/include/" "@C:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esp32-arduino-libs\\idf-release_v5.1-3662303f312/esp32s3/flags/includes" "-IC:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esp32-arduino-libs\\idf-release_v5.1-3662303f312/esp32s3/qio_qspi/include" "-IC:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.0.0-rc1\\cores\\esp32" "-IC:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.0.0-rc1\\variants\\esp32s3" "-Ic:\\Users\\User\\Documents\\Arduino\\libraries\\Control_Surface\\src" "-IC:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.0.0-rc1\\libraries\\SPI\\src" "-IC:\\Users\\User\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.0.0-rc1\\libraries\\BLE\\src" "@C:\\Users\\User\\AppData\\Local\\Temp\\arduino\\sketches\\E92C8A90C45645F4F4684F567A2662BD/build_opt.h" "@C:\\Users\\User\\AppData\\Local\\Temp\\arduino\\sketches\\E92C8A90C45645F4F4684F567A2662BD/file_opts" "C:\\Users\\User\\AppData\\Local\\Temp\\arduino\\sketches\\E92C8A90C45645F4F4684F567A2662BD\\sketch\\MyMidicontroller.ino.cpp" -o "C:\\Users\\User\\AppData\\Local\\Temp\\arduino\\sketches\\E92C8A90C45645F4F4684F567A2662BD\\sketch\\MyMidicontroller.ino.cpp.o"
In file included from c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Hardware/Hardware-Types.hpp:8,
                 from c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp:14,
                 from c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Hardware/FilteredAnalog.hpp:8,
                 from c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/Control_Surface/Control_Surface_Class.hpp:6,
                 from c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/Control_Surface.h:16,
                 from H:\Projects\Coding\CVRScrips\ESP32S3\MyMidicontroller\MyMidicontroller.ino:1:
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:282:1: error: no declaration matches 'AH::ArraySlice<T, (AH::abs_diff<unsigned int>(Start, End) + 1), (End < Start), false> AH::Array<T, N>::slice()'
  282 | Array<T, N>::slice() {
      | ^~~~~~~~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:138:66: note: candidates are: 'template<class T, unsigned int N> template<unsigned int Start, unsigned int End> AH::ArraySlice<T, (AH::abs_diff<unsigned int>(Start, End) + 1), (End < Start), true> AH::Array<T, N>::slice() const'
  138 |     ArraySlice<T, abs_diff(Start, End) + 1, (End < Start), true> slice() const;
      |                                                                  ^~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:131:67: note:                 'template<class T, unsigned int N> template<unsigned int Start, unsigned int End> AH::ArraySlice<T, (AH::abs_diff<unsigned int>(Start, End) + 1), (End < Start), false> AH::Array<T, N>::slice()'
  131 |     ArraySlice<T, abs_diff(Start, End) + 1, (End < Start), false> slice();
      |                                                                   ^~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:36:8: note: 'struct AH::Array<T, N>' defined here
   36 | struct Array {
      |        ^~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:291:1: error: no declaration matches 'AH::ArraySlice<T, (AH::abs_diff<unsigned int>(Start, End) + 1), (End < Start), true> AH::Array<T, N>::slice() const'
  291 | Array<T, N>::slice() const {
      | ^~~~~~~~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:138:66: note: candidates are: 'template<class T, unsigned int N> template<unsigned int Start, unsigned int End> AH::ArraySlice<T, (AH::abs_diff<unsigned int>(Start, End) + 1), (End < Start), true> AH::Array<T, N>::slice() const'
  138 |     ArraySlice<T, abs_diff(Start, End) + 1, (End < Start), true> slice() const;
      |                                                                  ^~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:131:67: note:                 'template<class T, unsigned int N> template<unsigned int Start, unsigned int End> AH::ArraySlice<T, (AH::abs_diff<unsigned int>(Start, End) + 1), (End < Start), false> AH::Array<T, N>::slice()'
  131 |     ArraySlice<T, abs_diff(Start, End) + 1, (End < Start), false> slice();
      |                                                                   ^~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:36:8: note: 'struct AH::Array<T, N>' defined here
   36 | struct Array {
      |        ^~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:300:1: error: no declaration matches 'AH::ArraySlice<T, (AH::abs_diff<unsigned int>(End, Start) + 1), ((Reverse ^ (End < Start)) != 0), Const> AH::ArraySlice<T, N, Reverse, Const>::slice() const'
  300 | ArraySlice<T, N, Reverse, Const>::slice() const {
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:273:5: note: candidate is: 'template<class T, unsigned int N, bool Reverse, bool Const> template<unsigned int Start, unsigned int End> AH::ArraySlice<T, (AH::abs_diff<unsigned int>(End, Start) + 1), ((Reverse ^ (End < Start)) != 0), Const> AH::ArraySlice<T, N, Reverse, Const>::slice() const'
  273 |     slice() const;
      |     ^~~~~
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/AH/Containers/Array.hpp:168:7: note: 'class AH::ArraySlice<T, N, Reverse, Const>' defined here
  168 | class ArraySlice {
      |       ^~~~~~~~~~
In file included from c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/MIDI_Interfaces/BluetoothMIDI_Interface.hpp:3,
                 from c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/Control_Surface.h:123:
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/MIDI_Interfaces/BLEMIDI.hpp: In member function 'std::string CS::BLEMIDI::getValue()':
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/MIDI_Interfaces/BLEMIDI.hpp:97:62: error: could not convert 'BLECharacteristic::getValue()()' from 'String' to 'std::string' {aka 'std::__cxx11::basic_string<char>'}
   97 |     std::string getValue() { return pCharacteristic->getValue(); }
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~^~
      |                                                              |
      |                                                              String
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/MIDI_Interfaces/BluetoothMIDI_Interface.hpp: In member function 'virtual void CS::BluetoothMIDI_Interface::onWrite(BLECharacteristic*)':
c:\Users\User\Documents\Arduino\libraries\Control_Surface\src/MIDI_Interfaces/BluetoothMIDI_Interface.hpp:42:54: error: conversion from 'String' to non-scalar type 'std::string' {aka 'std::__cxx11::basic_string<char>'} requested
   42 |         std::string value = pCharacteristic->getValue();
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~^~

Using library Control Surface at version 1.2.0 in folder: C:\Users\User\Documents\Arduino\libraries\Control_Surface 
Using library SPI at version 2.0.0 in folder: C:\Users\User\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.0-rc1\libraries\SPI 
Using library BLE at version 2.0.0 in folder: C:\Users\User\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.0-rc1\libraries\BLE 
exit status 1

Compilation error: exit status 1

I have installed the Control Surface and MidiUSB Extension for Ardinio IDE and having 3.0.0 for ESP32 Boards
image

Code

  • Please post the full code required to reproduce the problem.
  • If the code doesn't do what you expect, include a detailed description of what you expected the code it to do.
  • Don't post code that is too long. Try to narrow down the problem, try one component or aspect of your project at a time.
  • Don't post snippets, always post a complete (compilable) sketch.
  • Post your code between triple back ticks with the cpp language specifier, as shown below. This ensures that the code is displayed correctly and that syntax highlighting is enabled. (See the GitHub Markdown guide.)
#include <Control_Surface.h> // Include the Control Surface library

// Instantiate a MIDI over USB interface.
USBMIDI_Interface midi;

// Instantiate a NoteButton object
CCButton button {5,{MIDI_CC::General_Purpose_Controller_1, CHANNEL_1}};

void setup() {
  Control_Surface.begin(); // Initialize Control Surface
}

void loop() {
  Control_Surface.loop(); // Update the Control Surface
}
@tttapa
Copy link
Owner

tttapa commented May 10, 2024

Which version of Control Surface are you using? I'm unable to reproduce the issue with the latest main version.

@marcus-universe
Copy link
Author

Which version of Control Surface are you using? I'm unable to reproduce the issue with the latest main version.

I use Version 1.2.0

I also started the Ardinio IDE as an administrator, because if not I can't install Control Surface as a library.

@marcus-universe
Copy link
Author

marcus-universe commented May 12, 2024

I tried to install instead the main repo instead of the release. Now its working 🙌

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

No branches or pull requests

2 participants