質問編集履歴

1

エラーメッセージ追記(記入し忘れておりました)

2018/08/26 04:50

投稿

sindy
sindy

スコア8

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,110 @@
12
12
 
13
13
 
14
14
 
15
+ ```
16
+
17
+ CLEAN SUCCESSFUL (total time: 275ms)
18
+
19
+ make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
20
+
21
+ make[1]: Entering directory 'C:/MPLABXProjects/dry2.X'
22
+
23
+ make -f nbproject/Makefile-default.mk dist/default/production/dry2.X.production.hex
24
+
25
+ make[2]: Entering directory 'C:/MPLABXProjects/dry2.X'
26
+
27
+ "C:\Program Files (x86)\Microchip\xc8\v2.00\bin\xc8-cc.exe" -mcpu=16F1823 -c -fno-short-double -fno-short-float -O0 -fasmfile -maddrqual=ignore -xassembler-with-cpp -Wa,-a -DXPRJ_default=default -msummary=-psect,-class,+mem,-hex,-file -ginhx032 -Wl,--data-init -mno-keep-startup -mno-osccal -mno-resetbits -mno-save-resetbits -mno-download -mno-stackcall -std=c99 -gdwarf-3 -mstack=compiled:auto:auto -o build/default/production/dry2.p1 dry2.c
28
+
29
+ "C:\Program Files (x86)\Microchip\xc8\v2.00\bin\xc8-cc.exe" -mcpu=16F1823 -c -fno-short-double -fno-short-float -O0 -fasmfile -maddrqual=ignore -xassembler-with-cpp -Wa,-a -DXPRJ_default=default -msummary=-psect,-class,+mem,-hex,-file -ginhx032 -Wl,--data-init -mno-keep-startup -mno-osccal -mno-resetbits -mno-save-resetbits -mno-download -mno-stackcall -std=c99 -gdwarf-3 -mstack=compiled:auto:auto -o build/default/production/mcc_generated_files/device_config.p1 mcc_generated_files/device_config.c
30
+
31
+ "C:\Program Files (x86)\Microchip\xc8\v2.00\bin\xc8-cc.exe" -mcpu=16F1823 -c -fno-short-double -fno-short-float -O0 -fasmfile -maddrqual=ignore -xassembler-with-cpp -Wa,-a -DXPRJ_default=default -msummary=-psect,-class,+mem,-hex,-file -ginhx032 -Wl,--data-init -mno-keep-startup -mno-osccal -mno-resetbits -mno-save-resetbits -mno-download -mno-stackcall -std=c99 -gdwarf-3 -mstack=compiled:auto:auto -o build/default/production/mcc_generated_files/mcc.p1 mcc_generated_files/mcc.c
32
+
33
+ "C:\Program Files (x86)\Microchip\xc8\v2.00\bin\xc8-cc.exe" -mcpu=16F1823 -c -fno-short-double -fno-short-float -O0 -fasmfile -maddrqual=ignore -xassembler-with-cpp -Wa,-a -DXPRJ_default=default -msummary=-psect,-class,+mem,-hex,-file -ginhx032 -Wl,--data-init -mno-keep-startup -mno-osccal -mno-resetbits -mno-save-resetbits -mno-download -mno-stackcall -std=c99 -gdwarf-3 -mstack=compiled:auto:auto -o build/default/production/mcc_generated_files/pin_manager.p1 mcc_generated_files/pin_manager.c
34
+
35
+ "C:\Program Files (x86)\Microchip\xc8\v2.00\bin\xc8-cc.exe" -mcpu=16F1823 -c -fno-short-double -fno-short-float -O0 -fasmfile -maddrqual=ignore -xassembler-with-cpp -Wa,-a -DXPRJ_default=default -msummary=-psect,-class,+mem,-hex,-file -ginhx032 -Wl,--data-init -mno-keep-startup -mno-osccal -mno-resetbits -mno-save-resetbits -mno-download -mno-stackcall -std=c99 -gdwarf-3 -mstack=compiled:auto:auto -o build/default/production/mcc_generated_files/adc.p1 mcc_generated_files/adc.c
36
+
37
+ terminate called after throwing an instance of 'std::invalid_argument'
38
+
39
+ what(): No such file or directory
40
+
41
+ error: clang frontend command failed with exit code 3 (use -v to see invocation)
42
+
43
+ (908) exit status = 1
44
+
45
+ nbproject/Makefile-default.mk:140: recipe for target 'build/default/production/mcc_generated_files/pin_manager.p1' failed
46
+
47
+ make[2]: *** [build/default/production/mcc_generated_files/pin_manager.p1] Error 1
48
+
49
+ make[2]: *** Waiting for unfinished jobs....
50
+
51
+ terminate called after throwing an instance of 'std::invalid_argument'
52
+
53
+ what(): No such file or directory
54
+
55
+ error: clang frontend command failed with exit code 3 (use -v to see invocation)
56
+
57
+ (908) exit status = 1
58
+
59
+ nbproject/Makefile-default.mk:154: recipe for target 'build/default/production/mcc_generated_files/device_config.p1' failed
60
+
61
+ make[2]: *** [build/default/production/mcc_generated_files/device_config.p1] Error 1
62
+
63
+ terminate called after throwing an instance of 'std::invalid_argument'
64
+
65
+ what(): No such file or directory
66
+
67
+ error: clang frontend command failed with exit code 3 (use -v to see invocation)
68
+
69
+ (908) exit status = 1
70
+
71
+ nbproject/Makefile-default.mk:147: recipe for target 'build/default/production/mcc_generated_files/mcc.p1' failed
72
+
73
+ make[2]: *** [build/default/production/mcc_generated_files/mcc.p1] Error 1
74
+
75
+ make[2]: *** [build/default/production/mcc_generated_files/adc.p1] Error 1
76
+
77
+ terminate called after throwing an instance of 'std::invalid_argument'
78
+
79
+ what(): No such file or directory
80
+
81
+ error: clang frontend command failed with exit code 3 (use -v to see invocation)
82
+
83
+ (908) exit status = 1
84
+
85
+ nbproject/Makefile-default.mk:161: recipe for target 'build/default/production/mcc_generated_files/adc.p1' failed
86
+
87
+ terminate called after throwing an instance of 'std::invalid_argument'
88
+
89
+ what(): No such file or directory
90
+
91
+ error: clang frontend command failed with exit code 3 (use -v to see invocation)
92
+
93
+ (908) exit status = 1
94
+
95
+ nbproject/Makefile-default.mk:133: recipe for target 'build/default/production/dry2.p1' failed
96
+
97
+ make[2]: Leaving directory 'C:/MPLABXProjects/dry2.X'
98
+
99
+ nbproject/Makefile-default.mk:90: recipe for target '.build-conf' failed
100
+
101
+ make[1]: Leaving directory 'C:/MPLABXProjects/dry2.X'
102
+
103
+ nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
104
+
105
+ make[2]: *** [build/default/production/dry2.p1] Error 1
106
+
107
+ make[1]: *** [.build-conf] Error 2
108
+
109
+ make: *** [.build-impl] Error 2
110
+
111
+
112
+
113
+ BUILD FAILED (exit value 2, total time: 1m 3s)
114
+
115
+ ```
116
+
117
+
118
+
15
119
  ### 該当のソースコード
16
120
 
17
121