-
Notifications
You must be signed in to change notification settings - Fork 45
/
make-info.txt
25 lines (22 loc) · 944 Bytes
/
make-info.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
CoreSight Access Library make
-----------------------------
Targets:-
all : build library and demos.
lib : build library.
demos : build demos.
docs : build doxygen documentation.
experimental: try to build experimental code.
clean : clean library and demos.
rebuild : clean and build all.
<target>_clean: clean individual target.
Environment Variables:-
ARCH - target architecture (arm, arm64)
CROSS_COMPILE - build on x86 platform. Arm gcc compiler prefix - assumes on path and correct target arch o/p
Make Command Line Variables:-
DEBUG=1 : build debug version.
NOLPAE=1 : No LPAE on arm64 build.
LPAE=1 : LPAE on arm build.
BAREMETAL=1 : None-linux bare metal build.
NO_DIAG=1 : disable diagnostic printing.
NO_CHECK=1 : disable checks.
DBG_HALT=1 : create library with v7 halting debug operations.