该只能支持stc89c52rc。
sudo python :
sbit led1=P1^0; 改为 #define led1 P1_0
中断函数interrupt改为__interrupt
单个位 P1^0 改为P1_0
若vim安装插件YCM的话;usr/shareǘsdcc/include/mcs51
没创建一个工程都要拷贝一份.ycm_extra_conf.py到该工程的目录下。我自己亲自试过。
3.编译用命令
` sdcc 目标文件
4.烧录用stcflash.py,不支持stc89c52./stcflash,要在.ycm_extra_conf;include
47.py加入以下两个路径
/usr/share/sdcc47