-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Assembly files not working with newer gcc, -assembler-with-cpp option does not exist? #1807
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
Comments
When trying to compile a .S file (just drop an empty .S file in any
This option comes from https://github.com/arduino/Arduino/blob/ide-1.5.x/hardware/arduino/avr/platform.txt#L20 I can't find any documentation of this option, but it seems that it has
Would it make sense to just switch to the |
Update for newer avr-gcc. (solves #1807)
I compiled a arduino mavlink sketch from https://github.com/alaney/arduino-mavlink in 1.8.1 and 1.8.2. and i got the same error. Arduino: 1.8.2 (Windows 10), Board: "Arduino/Genuino Uno" In file included from E:\Dw\arduino-mavlink-master\ArduinoMAVLink\ArduinoMAVLink.ino:2:0: C:\Users\Rohit\Downloads\arduino-PR-5863-BUILD-637-windows\arduino-PR-5863-BUILD-637\libraries\FastSerial/FastSerial.h:47:3: error: #error Must include FastSerial.h before the Arduino serial driver is defined. error Must include FastSerial.h before the Arduino serial driver is defined.^ This report would have more information with |
@b-rohit, huh? This does not seem to be related to this particular issue either. Are you having trouble creating a new issue, or? |
No description provided.
The text was updated successfully, but these errors were encountered: