mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 00:54:18 +08:00
24 lines
300 B
Plaintext
24 lines
300 B
Plaintext
# rules for S3C44B0X on ucosii
|
|
|
|
TARGET_OS=ucos2
|
|
|
|
AS=
|
|
CC=armcc
|
|
CXX=armcpp
|
|
CPP=armcc -E
|
|
AR=armar
|
|
RANLIB=echo
|
|
MAKE=make
|
|
|
|
ARFLAGS=-create
|
|
|
|
# should be changed
|
|
UCOSII_INC=c:/cross/include
|
|
|
|
DEFS+=-D__TARGET_S3C44B0X__
|
|
INCS+=-I${UCOSII_INC}
|
|
CFLAGS+=-O0 -g+ -cpu ARM7TDMI -Ec -c
|
|
#COFLAG=-o
|
|
|
|
PREFIX=c:/cross
|