advertisement

2016年2月19日

在Linux平台撰寫、除錯與燒入8051程式


IDE:MCU 8051 IDE 載點

平台:Linux Debian jessie

下載IDE

我電腦是Debian 8所以下載mcu8051ide-1.4.10-all.deb,很特別的是Linux是free的,而Windows要錢^_^

安裝IDE
# cd /下載目錄位置
# dpkg -i mcu8051ide-1.4.10-all.deb

.
.略
.
dpkg: error processing package mcu8051ide (--install):
 相依問題 - 保留未設定
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for shared-mime-info (1.3-1) ...
Processing triggers for mime-support (3.58) ...
處理時發生錯誤:
 mcu8051ide
# apt-get install -f

執行IDE
$ mcu8051ide
/usr/bin/mcu8051ide: 2: exec: tclsh8.5: not found
# ln -s tclsh8.6 tclsh8.5
$ mcu8051ide
IMPORTANT INFORMATION :
        This program is distributed in the hope that it will be useful, but with ABSOLUTELY NO WARRANTY !
        This is free software, so you are free to change and redistribute it.
        License: GNU General Public License version 2 or later
        Please report bugs at http://mcu8051ide.sf.net
Authors:
        Martin Osmera <martin.osmera@moravia-microsystems.com>

Creating program configuration files in directory: "/home/clementyan/.mcu8051ide"
Welcome in this IDE, clementyan !
Unable to load translation
        File: '/usr/share/mcu8051ide/translations/zh_TW.msg'

Initializing MCU 8051 IDE 1.4.10
        Loading libraries                    ... 460 ms
        Loading program sources              ... 732 ms
      * Restoring default settings
        Opening last session                 ... 0 ms
MCU 8051 IDE v1.4.10 is now operational


新增專案














----------------------------------------
簡易計算機

透過 4x4 keyboard 輸入按鍵值至 Megawin 的 MPC82G516AE 並將運算結果顯示於 LCM。

使用的硬體如下:

  1. 4x4 keyboard
  2. MPC82G516AE
  3. LCM

沒有留言:

張貼留言

文章有誤或有問題麻煩您留言告知! 謝謝您~~