Open physxz opened 2 years ago
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.
However, intrins.h
is a header file related to compilers, while Keil's compiler is different from SDCC, so you might convert it manually.
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 printf()
function. I think I'm gonna use keil instead if I can't conquer this trouble today. It's too hard for some aspect for a newbee.
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!