forked from VincentWei/MiniGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildlib-arm7-4bpp
executable file
·50 lines (47 loc) · 1.47 KB
/
buildlib-arm7-4bpp
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/bin/sh
#
# Please make sure that the following things are OK:
#
# 1. You have installed the m68k-elf-tools already.
# 2. Your uClinux distribution has been installed into the directory of '/opt/uClinux/uClinux-dist'.
# 3. You configured the uClinux to use uClibc, and have configured uClibc to support pthread.
# 4. You have made the uClinux distribution.
# 5. You have made a symbol link of "uClibc" to the correct uClibc directory.
#
rm config.cache config.status -f
CC=arm-linux-gcc \
#CFLAGS="-O2 -g -I/usr/local/arm-linux/arm-linux/include" \
#LDFLAGS="-L/usr/local/arm-linux/arm-linux/lib" \
./configure --prefix=/usr/local/arm-linux/arm-linux \
--build=i386-linux \
--host=arm-linux \
--target=arm-linux \
--with-osname=linux \
--enable-procs \
--enable-incoreres \
--with-style=flat \
--with-target=fbcon \
--enable-videoshadow \
--disable-videofbcon \
--disable-videoqvfb \
--disable-micemoveable \
--enable-cursor \
--enable-l7200ial \
--enable-dummyial \
--disable-nativeial \
--disable-qvfbial \
--disable-qpfsupport \
--disable-ttfsupport \
--disable-type1support \
--disable-latin9support \
--disable-gbksupport \
--disable-big5support \
--disable-unicodesupport \
--disable-savebitmap \
--disable-jpgsupport \
--disable-pngsupport \
--disable-imegb2312 \
--disable-imegb2312py \
--disable-aboutdlg \
--disable-savescreen \
--enable-tinyscreen