Skip to content

Conversation

jgfoster
Copy link
Member

This seems to be expected by some headers; see Sd2PinMap.h:47.

File.delete(executable) if File.exist?(executable)
arg_sets = []
arg_sets << ["-std=c++0x", "-o", executable.to_s, "-DARDUINO=100"]
arg_sets << ["-std=c++0x", "-o", executable.to_s, "-DARDUINO=100", "-D__ARV__"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
arg_sets << ["-std=c++0x", "-o", executable.to_s, "-DARDUINO=100", "-D__ARV__"]
arg_sets << ["-std=c++0x", "-o", executable.to_s, "-DARDUINO=100", "-D__AVR__"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! Fix on its way...

@ianfixes ianfixes merged commit 5351b02 into Arduino-CI:master Oct 26, 2020
@jgfoster jgfoster deleted the arv branch October 26, 2020 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants