-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.log
More file actions
111 lines (93 loc) · 5.07 KB
/
config.log
File metadata and controls
111 lines (93 loc) · 5.07 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
file /home/dalme/AmayaOS/AmayaOS/site_scons/configure.py,line 52:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for -fno-stack-protector ...
.sconf_temp/conftest_0.c <-
|int main(int argc, char **argv){ return 0;}
|
gcc -o .sconf_temp/conftest_0.o -c -fno-stack-protector -Iinclude -I. .sconf_temp/conftest_0.c
ld -o .sconf_temp/conftest_0 --whole-archive -nostdlib -T kernel/X86/user.ld .sconf_temp/conftest_0.o
ld: warning: cannot find entry symbol _entry; defaulting to 0000000080000000
scons: Configure: yes
file /home/dalme/AmayaOS/AmayaOS/site_scons/configure.py,line 52:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for -O0 ...
.sconf_temp/conftest_1.c <-
|int main(int argc, char **argv){ return 0;}
|
gcc -o .sconf_temp/conftest_1.o -c -fno-stack-protector -O0 -Iinclude -I. .sconf_temp/conftest_1.c
ld -o .sconf_temp/conftest_1 --whole-archive -nostdlib -T kernel/X86/user.ld .sconf_temp/conftest_1.o
ld: warning: cannot find entry symbol _entry; defaulting to 0000000080000000
scons: Configure: yes
file /home/dalme/AmayaOS/AmayaOS/site_scons/configure.py,line 52:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for -g3 ...
.sconf_temp/conftest_2.c <-
|int main(int argc, char **argv){ return 0;}
|
gcc -o .sconf_temp/conftest_2.o -c -fno-stack-protector -O0 -g3 -Iinclude -I. .sconf_temp/conftest_2.c
ld -o .sconf_temp/conftest_2 --whole-archive -nostdlib -T kernel/X86/user.ld .sconf_temp/conftest_2.o
ld: warning: cannot find entry symbol _entry; defaulting to 0000000080000000
scons: Configure: yes
file /home/dalme/AmayaOS/AmayaOS/site_scons/configure.py,line 52:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for -Wall ...
.sconf_temp/conftest_3.c <-
|int main(int argc, char **argv){ return 0;}
|
gcc -o .sconf_temp/conftest_3.o -c -fno-stack-protector -O0 -g3 -Wall -Iinclude -I. .sconf_temp/conftest_3.c
ld -o .sconf_temp/conftest_3 --whole-archive -nostdlib -T kernel/X86/user.ld .sconf_temp/conftest_3.o
ld: warning: cannot find entry symbol _entry; defaulting to 0000000080000000
scons: Configure: yes
file /home/dalme/AmayaOS/AmayaOS/site_scons/configure.py,line 52:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for -W ...
.sconf_temp/conftest_4.c <-
|int main(int argc, char **argv){ return 0;}
|
gcc -o .sconf_temp/conftest_4.o -c -fno-stack-protector -O0 -g3 -Wall -W -Iinclude -I. .sconf_temp/conftest_4.c
.sconf_temp/conftest_4.c: In function 'main':
.sconf_temp/conftest_4.c:1: warning: unused parameter 'argc'
.sconf_temp/conftest_4.c:1: warning: unused parameter 'argv'
ld -o .sconf_temp/conftest_4 --whole-archive -nostdlib -T kernel/X86/user.ld .sconf_temp/conftest_4.o
ld: warning: cannot find entry symbol _entry; defaulting to 0000000080000000
scons: Configure: yes
file /home/dalme/AmayaOS/AmayaOS/site_scons/configure.py,line 52:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for -Wno-unused-parameter ...
.sconf_temp/conftest_5.c <-
|int main(int argc, char **argv){ return 0;}
|
gcc -o .sconf_temp/conftest_5.o -c -fno-stack-protector -O0 -g3 -Wall -W -Wno-unused-parameter -Iinclude -I. .sconf_temp/conftest_5.c
ld -o .sconf_temp/conftest_5 --whole-archive -nostdlib -T kernel/X86/user.ld .sconf_temp/conftest_5.o
ld: warning: cannot find entry symbol _entry; defaulting to 0000000080000000
scons: Configure: yes
file /home/dalme/AmayaOS/AmayaOS/site_scons/configure.py,line 52:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for -fno-builtin ...
.sconf_temp/conftest_6.c <-
|int main(int argc, char **argv){ return 0;}
|
gcc -o .sconf_temp/conftest_6.o -c -fno-stack-protector -O0 -g3 -Wall -W -Wno-unused-parameter -fno-builtin -Iinclude -I. .sconf_temp/conftest_6.c
ld -o .sconf_temp/conftest_6 --whole-archive -nostdlib -T kernel/X86/user.ld .sconf_temp/conftest_6.o
ld: warning: cannot find entry symbol _entry; defaulting to 0000000080000000
scons: Configure: yes
file /home/dalme/AmayaOS/AmayaOS/site_scons/configure.py,line 52:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for -nostdinc ...
.sconf_temp/conftest_7.c <-
|int main(int argc, char **argv){ return 0;}
|
gcc -o .sconf_temp/conftest_7.o -c -fno-stack-protector -O0 -g3 -Wall -W -Wno-unused-parameter -fno-builtin -nostdinc -Iinclude -I. .sconf_temp/conftest_7.c
ld -o .sconf_temp/conftest_7 --whole-archive -nostdlib -T kernel/X86/user.ld .sconf_temp/conftest_7.o
ld: warning: cannot find entry symbol _entry; defaulting to 0000000080000000
scons: Configure: yes
file /home/dalme/AmayaOS/AmayaOS/site_scons/configure.py,line 52:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for -Wno-write-strings ...
.sconf_temp/conftest_8.c <-
|int main(int argc, char **argv){ return 0;}
|
gcc -o .sconf_temp/conftest_8.o -c -fno-stack-protector -O0 -g3 -Wall -W -Wno-unused-parameter -fno-builtin -nostdinc -Wno-write-strings -Iinclude -I. .sconf_temp/conftest_8.c
ld -o .sconf_temp/conftest_8 --whole-archive -nostdlib -T kernel/X86/user.ld .sconf_temp/conftest_8.o
ld: warning: cannot find entry symbol _entry; defaulting to 0000000080000000
scons: Configure: yes