Skip to main content

Questions tagged [compilation-errors]

An error that is generated during the compilation phase, often due to problems with invalid syntax and/or types. Not for errors during the uploading or execution phase.

Filter by
Sorted by
Tagged with
0 votes
1 answer
78 views

I am using the Arduino IDE to do ESP-NOW communication with an ESP8266. In espnow.h, on line 53 I find the function prototype: int esp_now_send(u8 *da, u8 *data, int len); Why does it take the mac ...
Sod Almighty's user avatar
1 vote
1 answer
2k views

This is a link to the guy that made the project work, it seems that I'm unable to make it work by myself: the project. What am I doing wrong? /* DICTIONARY - CC = ConClusion ; */ /* LEGEND - ...
PalyPvP's user avatar
  • 21
1 vote
0 answers
49 views

Note: Please, do actually read the question before voting to close. This only happens in arduino IDE, this is not about a generic "Does not name a type" error. The code is perfectly valid as ...
Tomáš Zato's user avatar
0 votes
1 answer
222 views

How to get rid of this error? /storage/emulated/0/ArduinoDroid/userlibraries/Arduino_ConnectionHandler/src/Arduino_ConnectionHandler.h:26:34: fatal error: Arduino_DebugUtils.h: No such file or ...
Yug Ahuja's user avatar
0 votes
1 answer
109 views

If I understood the AVR instruction manual correctly, the ATtiny 25 can disable the BODlevel2 fuse by software, but when compiling with Studio 7 (version 7.0.132), I get the error "Undefined ...
Laur Hus's user avatar
-1 votes
2 answers
195 views

I have been trying for days to get this code to work, but I cannot find a solution. Can anyone please help me find what I am missing here? My sketch: #include <ControlInterrupt.h> const int ...
TheCodeGeek's user avatar
-2 votes
1 answer
243 views

I'm trying to include the thing... #include <BLEDevice.h> #include <BLEServer.h> #include <BLEUtils.h> #include <BLE2902.h> BLEServer* pServer = NULL; ...
The Void's user avatar
2 votes
1 answer
475 views

I am configuring the arduino IDE to be able to compile and upload sketches for the arduino wavgat uno R3. I have installed the Arduino IDE, as well as the required drivers for the board. I also have ...
Sorenai de's user avatar
2 votes
5 answers
436 views

I had a really big .ino file and I decided to break it down into sub-files. So I had the .ino file, the globals.h file and the functions.h file. I moved all the global vars and functions to their ...
user1584421's user avatar
  • 1,435
0 votes
0 answers
92 views

I am trying to use the Adafruit MMA8451 accelerometer with an attiny85. The Adafruit library uses Wire which doesn't work on the attiny so I used the ATTinyCore board files which have been modified to ...
Struan Lawrie's user avatar
5 votes
1 answer
1k views

I have a sketch which I can upload without problem with the Arduino IDE. I installed the arduino-cli Version: 0.28.0 Commit: 06fb1909 Date: 2022-10-18T15:53:04Z. I want to compile and upload a code ...
ecjb's user avatar
  • 165
1 vote
0 answers
127 views

It is s a bit complicated to ask such question, but what may be the reason that one time compilation passes and other fails without any changes in code? surely debugging this way is very hard (one ...
guyd's user avatar
  • 1,049
2 votes
1 answer
136 views

I know this error is specific to this particular family of sketches, but please bear with me; when I try to compile this against an Arduino Nano/Uno (with Arduino IDE 1.8.15) the compiler complains ...
apophene's user avatar
4 votes
1 answer
327 views

I'm trying to connect my Arduino to the internet, but my Ethernet connection config code fails when I try to verify it, and I'm not sure why. I'm using an Ethernet shield and have installed the ...
KostR's user avatar
  • 41
-1 votes
1 answer
131 views

I'm a little dumbfounded as to why this isn't working. I keep getting the following linker error: In file included from src\ac.cpp:1:0: src/ac.h:9:21: error: expected identifier before numeric ...
Jeebus's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
9