|
|
| 第1行: |
第1行: |
| == LPCXpresso IDE installation ==
| | #REDIRECT [[Microchip, 8-bit]] |
| === Download IDE ===
| |
| MPLABX-v3.40-linux-installer.tar
| |
| === Compiler ===
| |
| MPLAB® XC8 Compiler v1.38
| |
| === Binary ===
| |
| # Resulting in dist/default/production | |
| <pre>
| |
| tommy@hvs-tpe:~/projects/mbed/microchip/XC8_UG_EE/Example1.X$ tree
| |
| .
| |
| ├── build
| |
| │ └── default
| |
| │ └── production
| |
| │ ├── example1.p1
| |
| │ ├── example1.p1.d
| |
| │ └── example1.pre
| |
| ├── debug
| |
| │ └── default
| |
| ├── dist
| |
| │ └── default
| |
| │ └── production
| |
| │ ├── Example1.X.production.cmf
| |
| │ ├── Example1.X.production.elf
| |
| │ ├── Example1.X.production.hex
| |
| │ ├── Example1.X.production.hxl
| |
| │ ├── Example1.X.production.lst
| |
| │ ├── Example1.X.production.map
| |
| │ ├── Example1.X.production.mum
| |
| │ ├── Example1.X.production.obj
| |
| │ ├── Example1.X.production.rlf
| |
| │ ├── Example1.X.production.sdb
| |
| │ ├── Example1.X.production.sym
| |
| │ └── memoryfile.xml
| |
| ├── example1.c
| |
| ├── Makefile
| |
| └── nbproject
| |
| ├── configurations.xml
| |
| ├── Makefile-default.mk
| |
| ├── Makefile-genesis.properties
| |
| ├── Makefile-impl.mk
| |
| ├── Makefile-local-default.mk
| |
| ├── Makefile-variables.mk
| |
| ├── Package-default.bash
| |
| ├── private
| |
| │ ├── configurations.xml
| |
| │ └── private.xml
| |
| └── project.xml
| |
| | |
| </pre>
| |
| | |
| == Programmer ==
| |
| PICkit2 Microchip Development Programmer with USB ICSP Pic Kit 2
| |
| | |
| == Reference ==
| |
| * [http://www.microchip.com/mplab/mplab-x-ide, MPLAB X IDE]
| |
| * [https://www.microchip.com/mplab/compilers, XC Compilers]
| |