Changeset ecb72ce in umon
- Timestamp:
- 06/16/16 09:39:25 (7 years ago)
- Branches:
- master
- Children:
- 696ee75
- Parents:
- c900821
- git-author:
- Ben Gras <beng@…> (06/16/16 09:39:25)
- git-committer:
- Ben Gras <beng@…> (06/20/16 01:18:11)
- Location:
- ports/beagleboneblack
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ports/beagleboneblack/Makefile
rc900821 recb72ce 4 4 # 5 5 # 6 7 ifeq ($(UMONTOP),) 8 $(error UMONTOP not set) 9 endif 10 11 ifeq ($(RTEMSPREFIX),) 12 $(error RTEMSPREFIX not set) 13 endif 14 15 ifeq ($(RTEMSVERSION),) 16 $(error RTEMSVERSION not set) 17 endif 18 6 19 PLATFORM = BEAGLEBONEBLACK 7 20 TOPDIR = $(UMONTOP) … … 15 28 # Using tools built by RTEMS Source Builder: 16 29 # 17 ABIDIR = $( HOME)/development/rtems/4.11/lib/gcc/arm-rtems4.11/4.9.218 TOOL_PREFIX = arm-rtems 4.1130 ABIDIR = $(RTEMSPREFIX)/lib/gcc/arm-rtems$(RTEMSVERSION)/4.9.2 31 TOOL_PREFIX = arm-rtems$(RTEMSVERSION) 19 32 else 20 33 # -
ports/beagleboneblack/README
rc900821 recb72ce 1 1 Getting Started with uMon for the Beaglebone Black 2 3 ======================================================================= 4 Building: 5 ======================================================================= 6 From umon/ports/beagleboneblack: 7 $ make TOOLSET=RTEMS RTEMSVERSION=4.12 RTEMSPREFIX=$HOME/development/rtems/4.12 UMONTOP=$HOME/development/umon/main 2 8 3 9 =======================================================================
Note: See TracChangeset
for help on using the changeset viewer.