The author has 2 posts.
Font size: Small - 100% (Default)  Content converter: No conversion
 
Clicks Replies
1219 1
【資源】Small Device C Compiler suite(SDCC編譯器)下載地址
巨大八爪鱼
武林盟主 二十一级
Reply
Floor 1 Posted at: 11/8/15 23:01
http://sourceforge.net/projects/sdcc/files/
點擊相應的文件夾,比如“sdcc-win64”,再點擊最新版本的文件夾,最後點擊xxx-setup.exe(比如sdcc-3.5.0-x64-setup.exe)文件的鏈接即可下載。
我的下載地址是:http://jaist.dl.sourceforge.net/project/sdcc/sdcc-win64/3.5.0/sdcc-3.5.0-x64-setup.exe
適用於64位系統
巨大八爪鱼
武林盟主 二十一级
Reply
Floor 2 Posted at: 11/8/15 23:03
安裝完成後,為了編譯一個目錄下的test.c文件,編寫一個compile.bat文件,內容如下:
@echo off
sdcc -c test.c
pause
雙擊運行,出現如下所示的幾個文件就表明編譯成功。
Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.
(Shortcut key: Ctrl+Enter)
Post Information
Clicks: 1219 Replies: 1
Author: 巨大八爪鱼
Last reply: 巨大八爪鱼
Last reply time: 11/8/15 23:03
Announcements