-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can this convert header from keil to sdcc? #1
Comments
I tried your tool, but it seems don't work for me. |
Hi. Currently, this tool can be mainly used to convert application-level code and header files of some MCUs. |
I found two pages that may offer some help for you: |
First of all, thank you for your time. I've read all these posts already. But honestly I don't konw how to do it since I'm not a professional guy. The SDCC Compiler User Guide is no easy to read too. I met a new problem yesterday. The |
Keil has a header called
intrins.h
. I want to convert this keil file to the format of sdcc, and use the function in it. I tried many ways but none of the worked.Here's the header:
Any suggestion? Thanks a lot!
The text was updated successfully, but these errors were encountered: