MPLAB编译器问题请教

2020-02-08 09:07发布

初次使用PIC的芯片,DSP33FJ256GP710和PIC18F24J10。
第一步打算找一个C编译器,打算用MPLAB C18,于是到网上乱找一通,最后还是只能到官网下载。MPLAB C18 V3.42 Standard-Eval Version.exe
奇怪的是,安装之后居然什么都没有。
请教使用过的朋友,到那里可以下载到合适的编译器,最好是破解版的。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
15条回答
surf_131
1楼-- · 2020-02-08 09:48
两款MCU所用编译器不一样。
在官网下载C30&C18编译器各一个,安装后在project栏目中找语言工具.......都挺麻烦,简便的是找别人同类型号创建的工程。

另外,最好弄本pic开发入门的书先看看。否则这样没头苍蝇乱撞,最后不过收获一点受伤的感想。
somuchso
2楼-- · 2020-02-08 15:35
DSP33FJ256GP710 要用C30的编译器,PIC18F24J10  用MCC18的编译器。
inter_zhou
3楼-- · 2020-02-08 17:06
 精彩回答 2  元偷偷看……
millwood0
4楼-- · 2020-02-08 21:27
桌面上没有快捷方式图标


because it is just a compiler, and not meant to be used natively (it can be used via command line).

go into mplab, set up the language suites (if not already set-up) and then use the project wizard to set up trial projects.
tiancaigao7
5楼-- · 2020-02-09 01:50
这个是编译器,你要快捷方式干什么?MPLAB会自动从环境变量中找到对应的编译器,如果找不到,你可以在MPLAB中指定,反正怎么样也不会让你手动打开编译器的。
millwood0
6楼-- · 2020-02-09 03:43
Microchip's C18 is a bitch, and mplab is terrible.

I would recommend emblocks: a Code::Blocks implementation for C32/C30. Light years ahead of mplab / mplabx

一周热门 更多>