-
Notifications
You must be signed in to change notification settings - Fork 131
Sloeber tries to compile [assembly].asm where Arduino uses [assembly].S file directly #660
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
Oeps I forgot to update the market place. |
I updated the marketplace |
I removed the old plugin, updated to 4.0, reconfigured the plugin but the issues above still remain. |
Thanks for the pastebin info.
As an independent open source project we value your submission, but we ask for support, either by helping us out coding (yeah, we do understand it does require time) or a Patreon contribution (starting from as low as 1$ a month): this allows us to support people who support us back! |
HELP!! |
I'm just wondering..could it be Arduino IDE does not compile .asm files? |
I think this issue is close |
Using V3 from the marketplace.
I'm trying to compile the Digispark examples which provide USB support, via some assembly instructions. For example the DigisparkJoystick library.
The first issue is that usbdrvasm.asm file has an "end" instruction at the end which is somehow not recognized.
The second issue is that inside the usbdrvasm.S file the #if blocks are not recognized (preprocessor is not working).
Even after the two issues above are manually fixed (by removing code) some new problems appear, which leads me to think that the avr assembler is not used.
If this is specific to my setup I will be happy to attach any details.
The text was updated successfully, but these errors were encountered: