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

circular_queue.h: No such file or directory #314

Open
naufalrizri opened this issue Mar 21, 2024 · 3 comments
Open

circular_queue.h: No such file or directory #314

naufalrizri opened this issue Mar 21, 2024 · 3 comments

Comments

@naufalrizri
Copy link

im working with software serial and i encounter this issue

fatal error: circular_queue.h: No such file or directory
#include <circular_queue.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.

@popos123
Copy link

maybe check all files, or older release, or from fork that i was writing about this in another issue, maybe try using quotes instead <>, simple error, please check all possible solutions

@jenschr
Copy link

jenschr commented Apr 7, 2024

I can confirm. This will happen to anyone trying to use the library currently. It is referenced here as well https://community.platformio.org/t/fatal-error-circular-queue-h-no-such-file-or-directory-espsoftwareserial-h/37959

This is a 100% breaking change since it is impossible to use the library without the file.

@jenschr
Copy link

jenschr commented Apr 7, 2024

Adding the files manually from version 7.0.2 also does not work since the library will then throw lots of new errors such as this:

SoftwareSerial.h:328:44: error: expected ';' at end of member declaration
     static inline uint32_t IRAM_ATTR ticks() ALWAYS_INLINE_ATTR {
                                            ^
                                             ;

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

3 participants