arduino / arduino/ArduinoCore-mbed

Arduino IDE Compile Issue

Open
#634 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
411
Forks
225
PR merge metrics
No merged PRs in 30d

Description

when trying to compile for any of the mbed boards I get the error
```
error: 'analogin_config_t' does not name a type; did you mean 'analogin_init'?
extern analogin_config_t adcCurrentConfig;
^~~~~~~~~~~~~~~~~
analogin_init
exit status 1
Error compiling for board Arduino Nano 33 BLE.
```
Has anyone encountered this before?

Contributor guide

No contributing guide indexed for this repository

Research direction

The report names the Arduino Nano 33 BLE, mbed boards, and an undefined analogin_config_t symbol but no source file or test. Start by reproducing the compile failure for the Nano 33 BLE and trace where analogin_config_t is expected to be declared. Done means the affected mbed-board sketches compile successfully without this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.