summaryrefslogtreecommitdiffstats
path: root/Matrix_9x14/build/CMakeFiles/CMakeError.log
blob: e5f90c0536720c3dfda44c512fe6d47f61533b3e (plain)
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
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: avr-gcc 
Build flags: -g;-Os;;;;;;;-ffunction-sections;-fdata-sections
Id flags: 

The output was:
No such file or directory


Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: avr-gcc 
Build flags: -g;-Os;;;;;;;-ffunction-sections;-fdata-sections
Id flags: -c

The output was:
No such file or directory


Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: avr-gcc 
Build flags: -g;-Os;;;;;;;-ffunction-sections;-fdata-sections
Id flags: -Aa

The output was:
No such file or directory


Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: avr-g++ 
Build flags: -g;-Os;;;;;;;-ffunction-sections;-fdata-sections;-fno-exceptions
Id flags: 

The output was:
No such file or directory


Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: avr-g++ 
Build flags: -g;-Os;;;;;;;-ffunction-sections;-fdata-sections;-fno-exceptions
Id flags: -c

The output was:
No such file or directory


Determining if the C compiler works failed with the following output:


Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/avr-gcc 
Build flags: -g;-Os;;;;;;;-ffunction-sections;-fdata-sections
Id flags: 

The output was:
1
/usr/lib/gcc/avr/4.5.3/../../../avr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status


Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/avr-g++ 
Build flags: -g;-Os;;;;;;;-ffunction-sections;-fdata-sections;-fno-exceptions
Id flags: 

The output was:
1
/usr/lib/gcc/avr/4.5.3/../../../avr/bin/ld: cannot find -lm
collect2: ld returned 1 exit status


Determining if the C compiler works failed with the following output:
Change Dir: /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Betrete Verzeichnis '/home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj
/usr/bin/avr-gcc   -g -Os       -ffunction-sections -fdata-sections     -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj   -c /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/avr-gcc   -g -Os       -ffunction-sections -fdata-sections    -Wl,--gc-sections CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj  -o cmTryCompileExec  
/usr/lib/gcc/avr/4.5.3/../../../avr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Fehler 1
make[1]: Verlasse Verzeichnis '/home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Fehler 2