changeset 2:77a5fa9bee07 default tip

add kernel.elf
author mir3636
date Sun, 06 Jan 2019 19:37:16 +0900
parents 3945d35281a0
children
files build/kernel.elf kernel7.bin makefile-armgccbc
diffstat 3 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file build/kernel.elf has changed
Binary file kernel7.bin has changed
--- a/makefile-armgccbc	Sun Jan 06 19:33:59 2019 +0900
+++ b/makefile-armgccbc	Sun Jan 06 19:37:16 2019 +0900
@@ -3,7 +3,7 @@
 ifeq ($(UNAME), x86_64)
 	# set FVP as default on x86_64 systems	
 	hw?=rpi2
-	TOOLCHAIN?=/Users/mitsuki/workspace/gcc/cross/bin/arm-none-eabi-
+	TOOLCHAIN?=/usr/local/arm-cbc/bin/arm-none-eabi-
 else
 	# RPI reports 'uname -m' as: armv7l
 	hw?=rpi2