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

missing map header file #33

Open
pvkarthikk opened this issue Dec 8, 2022 · 1 comment
Open

missing map header file #33

pvkarthikk opened this issue Dec 8, 2022 · 1 comment

Comments

@pvkarthikk
Copy link

I created new UNO project in PlatformIO and added ArduinoFake library as deps. When I build it, its throwing error as below,
image

@r89m
Copy link

r89m commented Jan 21, 2023

This library is for testing your code on your laptop / desktop computer rather than on embedded hardware.

Looking at the logs it was trying to compile the code for use on an Arduino Uno - Processing * in uno environment

If you already have a native environment you can run pio test -e native

If you don't have a native environment, add the following to your platformio.ini file and try running the above command again.

[env:native]
platform=native
lib_deps=
    fabiobatsilva/ArduinoFake@^0.3.1

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