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

With latest IAR ARM Embedded workbench version 9.32 not able to compile this code #208

Open
kasirajanchellaiah opened this issue Mar 21, 2023 · 2 comments

Comments

@kasirajanchellaiah
Copy link

Complie issue
when we tried to compile the code with the latest version of IAR (9.10.2), we encountered an error with the "asm" keyword being undefined.
After correcting the syntax to "asm", this issue was resolved.

However, we are now facing other errors such as "Error in inline assembly: "Bad instruction" RESUME_SYNTAX" and
"Error in inline assembly: "Expression cannot be forward" ".syntax unified \n\t".

Actually MACRO already defined in top of the file #define RESUME_SYNTAX ".syntax unified \n\t". Still above issue why it is coming ?

@matteofumagalli1275
Copy link

Same issue here

@mrx23dot
Copy link

mrx23dot commented Jan 4, 2024

ASM format is compiler dependent.

Just asking why you need crypto on a power bank?

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