| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206 |
- [2026-07-07 17:13:24] [info] incremental build: 17 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\BSP\PY32F030xx_Start_Kit\py32f030xx_Start_Kit.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_cortex.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_dma.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_flash.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_gpio.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_pwr.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_rcc.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_rcc_ex.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_tim.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_tim_ex.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\drivers\PY32F0xx_HAL_Driver\src\py32f0xx_hal_uart.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\py32f0xx_hal_msp.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\py32f0xx_it.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\system_py32f0xx.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\startup_py32f030xx.s': object (.o) file not exist
- [2026-07-07 17:13:26] [done]
- build successfully !
- [2026-07-07 17:23:04] [done]
- build successfully !
- [2026-07-07 17:56:16] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-07 17:56:17] [done]
- build successfully !
- [2026-07-07 18:01:37] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-07 18:01:37] link failed !, exit code: 1
- at unify_builder.Program.Main(String[] args_)
- ---
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: ./Project/.obj/__/Src/main.o: in function `_write':
- d:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE/./../Src/main.c:170: multiple definition of `_write'; ./Project/.obj/__/__/__/__/__/__/Drivers/BSP/PY32F030xx_Start_Kit/py32f030xx_Start_Kit.o:d:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE/./../../../../../../Drivers/BSP/PY32F030xx_Start_Kit/py32f030xx_Start_Kit.c:335: first defined here
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-closer.o): in function `_close_r':
- closer.c:(.text._close_r+0xc): warning: _close is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-closer.o): note: the message above does not take linker garbage collection into account
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-fstatr.o): in function `_fstat_r':
- fstatr.c:(.text._fstat_r+0xe): warning: _fstat is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-fstatr.o): note: the message above does not take linker garbage collection into account
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-isattyr.o): in function `_isatty_r':
- isattyr.c:(.text._isatty_r+0xc): warning: _isatty is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-isattyr.o): note: the message above does not take linker garbage collection into account
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-lseekr.o): in function `_lseek_r':
- lseekr.c:(.text._lseek_r+0x10): warning: _lseek is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-lseekr.o): note: the message above does not take linker garbage collection into account
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-readr.o): in function `_read_r':
- readr.c:(.text._read_r+0x10): warning: _read is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: ./Project/Project.elf has a LOAD segment with RWX permissions
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-readr.o): note: the message above does not take linker garbage collection into account
- Memory region Used Size Region Size %age Used
- RAM: 2032 B 8 KB 24.80%
- FLASH: 10424 B 64 KB 15.91%
- collect2.exe: error: ld returned 1 exit status
- [2026-07-07 18:01:56] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-07 18:01:56] link failed !, exit code: 1
- at unify_builder.Program.Main(String[] args_)
- ---
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: ./Project/.obj/__/Src/main.o: in function `_write':
- d:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE/./../Src/main.c:170: multiple definition of `_write'; ./Project/.obj/__/__/__/__/__/__/Drivers/BSP/PY32F030xx_Start_Kit/py32f030xx_Start_Kit.o:d:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE/./../../../../../../Drivers/BSP/PY32F030xx_Start_Kit/py32f030xx_Start_Kit.c:335: first defined here
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-closer.o): in function `_close_r':
- closer.c:(.text._close_r+0xc): warning: _close is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-fstatr.o): in function `_fstat_r':
- fstatr.c:(.text._fstat_r+0xe): warning: _fstat is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-closer.o): note: the message above does not take linker garbage collection into account
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-fstatr.o): note: the message above does not take linker garbage collection into account
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-isattyr.o): in function `_isatty_r':
- isattyr.c:(.text._isatty_r+0xc): warning: _isatty is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-isattyr.o): note: the message above does not take linker garbage collection into account
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-lseekr.o): in function `_lseek_r':
- lseekr.c:(.text._lseek_r+0x10): warning: _lseek is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-lseekr.o): note: the message above does not take linker garbage collection into account
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-readr.o): in function `_read_r':
- readr.c:(.text._read_r+0x10): warning: _read is not implemented and will always fail
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: ./Project/Project.elf has a LOAD segment with RWX permissions
- C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/bin/ld.exe: C:/Users/13411/.eide/tools/gcc_arm/bin/../lib/gcc/arm-none-eabi/15.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libc_nano.a(libc_a-readr.o): note: the message above does not take linker garbage collection into account
- Memory region Used Size Region Size %age Used
- RAM: 2032 B 8 KB 24.80%
- FLASH: 10424 B 64 KB 15.91%
- collect2.exe: error: ld returned 1 exit status
- [2026-07-07 18:04:01] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-07 18:04:01] [done]
- build successfully !
- [2026-07-08 09:35:09] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:35:11] [done]
- build successfully !
- [2026-07-08 09:36:49] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:36:49] [done]
- build successfully !
- [2026-07-08 09:38:15] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:38:15] [done]
- build successfully !
- [2026-07-08 09:38:53] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:38:54] [done]
- build successfully !
- [2026-07-08 09:40:10] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:40:11] [done]
- build successfully !
- [2026-07-08 09:44:12] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:44:12] [done]
- build successfully !
- [2026-07-08 09:45:31] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:45:31] [done]
- build successfully !
- [2026-07-08 09:46:51] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:46:51] [done]
- build successfully !
- [2026-07-08 09:47:57] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:47:57] [done]
- build successfully !
- [2026-07-08 09:49:10] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:49:10] [done]
- build successfully !
- [2026-07-08 09:51:18] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:51:19] [done]
- build successfully !
- [2026-07-08 09:52:08] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:52:08] [done]
- build successfully !
- [2026-07-08 09:58:21] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 09:58:21] [done]
- build successfully !
- [2026-07-08 09:58:44] [done]
- build successfully !
- [2026-07-08 10:00:16] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 10:00:17] [done]
- build successfully !
- [2026-07-08 13:59:00] [info] incremental build: 2 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\py32f0xx_it.c': source file has been changed.
- [2026-07-08 13:59:02] [done]
- build successfully !
- [2026-07-08 14:04:02] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:04:03] [done]
- build successfully !
- [2026-07-08 14:07:20] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:07:20] [done]
- build successfully !
- [2026-07-08 14:10:57] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:10:57] [done]
- build successfully !
- [2026-07-08 14:14:02] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:14:02] [done]
- build successfully !
- [2026-07-08 14:16:44] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:16:45] [done]
- build successfully !
- [2026-07-08 14:23:03] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:23:04] [done]
- build successfully !
- [2026-07-08 14:32:58] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:32:59] [done]
- build successfully !
- [2026-07-08 14:36:23] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:36:23] [done]
- build successfully !
- [2026-07-08 14:39:48] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:39:48] [done]
- build successfully !
- [2026-07-08 14:49:54] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:49:55] [done]
- build successfully !
- [2026-07-08 14:54:25] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 14:54:26] [done]
- build successfully !
- [2026-07-08 15:03:23] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:03:23] [done]
- build successfully !
- [2026-07-08 15:08:38] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:08:38] [done]
- build successfully !
- [2026-07-08 15:12:10] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:12:11] [done]
- build successfully !
- [2026-07-08 15:18:19] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:18:19] [done]
- build successfully !
- [2026-07-08 15:21:21] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:21:21] [done]
- build successfully !
- [2026-07-08 15:24:38] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:24:39] [done]
- build successfully !
- [2026-07-08 15:27:08] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:27:08] [done]
- build successfully !
- [2026-07-08 15:29:48] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:29:48] [done]
- build successfully !
- [2026-07-08 15:31:42] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:31:42] [done]
- build successfully !
- [2026-07-08 15:36:14] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:36:15] [done]
- build successfully !
- [2026-07-08 15:37:51] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:37:51] [done]
- build successfully !
- [2026-07-08 15:40:19] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:40:19] [done]
- build successfully !
- [2026-07-08 15:41:53] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:41:54] [done]
- build successfully !
- [2026-07-08 15:45:21] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:45:21] [done]
- build successfully !
- [2026-07-08 15:57:03] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:57:03] [done]
- build successfully !
- [2026-07-08 15:58:46] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 15:58:46] [done]
- build successfully !
- [2026-07-08 16:02:10] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:02:11] [done]
- build successfully !
- [2026-07-08 16:04:31] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:04:31] [done]
- build successfully !
- [2026-07-08 16:10:19] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:10:20] [done]
- build successfully !
- [2026-07-08 16:12:51] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:12:52] [done]
- build successfully !
- [2026-07-08 16:13:57] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:13:57] [done]
- build successfully !
- [2026-07-08 16:15:54] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:15:54] [done]
- build successfully !
- [2026-07-08 16:17:30] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:17:31] [done]
- build successfully !
- [2026-07-08 16:19:32] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:19:33] [done]
- build successfully !
- [2026-07-08 16:21:11] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:21:12] [done]
- build successfully !
- [2026-07-08 16:23:11] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:23:11] [done]
- build successfully !
- [2026-07-08 16:23:19] [done]
- build successfully !
- [2026-07-08 16:25:41] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:25:41] [done]
- build successfully !
- [2026-07-08 16:26:44] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:26:44] [done]
- build successfully !
- [2026-07-08 16:37:54] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:37:55] [done]
- build successfully !
- [2026-07-08 16:39:59] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:40:00] [done]
- build successfully !
- [2026-07-08 16:46:09] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:46:09] [done]
- build successfully !
- [2026-07-08 16:57:48] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:57:48] [done]
- build successfully !
- [2026-07-08 16:58:08] [done]
- build successfully !
- [2026-07-08 16:59:46] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 16:59:47] [done]
- build successfully !
- [2026-07-08 17:02:52] [done]
- build successfully !
- [2026-07-08 17:05:28] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:05:29] [done]
- build successfully !
- [2026-07-08 17:12:36] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:12:37] [done]
- build successfully !
- [2026-07-08 17:20:27] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:20:27] [done]
- build successfully !
- [2026-07-08 17:23:39] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:23:40] [done]
- build successfully !
- [2026-07-08 17:25:01] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:25:01] [done]
- build successfully !
- [2026-07-08 17:27:15] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:27:16] [done]
- build successfully !
- [2026-07-08 17:41:25] [info] incremental build: 2 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\startup_py32f030xx.s': source file has been changed.
- [2026-07-08 17:41:26] compilation failed at : "d:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\startup_py32f030xx.s", exit code: 1
- command:
- "C:\Users\13411\.eide\tools\gcc_arm\bin\arm-none-eabi-gcc.exe" -c -x assembler-with-cpp -I. -I../Inc -I../../../../../../Drivers/BSP/PY32F030xx_Start_Kit -I../../../../../../Drivers/CMSIS/Include -I../../../../../../Drivers/CMSIS/Device/PY32F0xx/Include -I../../../../../../Drivers/PY32F0xx_HAL_Driver/Inc -mcpu=cortex-m0plus -mthumb -g --specs=nosys.specs --specs=nano.specs -o ./Project/.obj/startup_py32f030xx.o -MMD ./startup_py32f030xx.s
- at unify_builder.Program.Main(String[] args_)
- ---
- ./startup_py32f030xx.s: Assembler messages:
- ./startup_py32f030xx.s:1: Error: junk at end of line, first unrecognized character is `-'
- ./startup_py32f030xx.s:2: Error: bad size 0 in type specifier
- ./startup_py32f030xx.s:2: Error: bad instruction `startup_py32f030xx.s'
- [2026-07-08 17:41:34] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\startup_py32f030xx.s': object (.o) file not exist
- [2026-07-08 17:41:34] compilation failed at : "d:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\startup_py32f030xx.s", exit code: 1
- command:
- "C:\Users\13411\.eide\tools\gcc_arm\bin\arm-none-eabi-gcc.exe" -c -x assembler-with-cpp -I. -I../Inc -I../../../../../../Drivers/BSP/PY32F030xx_Start_Kit -I../../../../../../Drivers/CMSIS/Include -I../../../../../../Drivers/CMSIS/Device/PY32F0xx/Include -I../../../../../../Drivers/PY32F0xx_HAL_Driver/Inc -mcpu=cortex-m0plus -mthumb -g --specs=nosys.specs --specs=nano.specs -o ./Project/.obj/startup_py32f030xx.o -MMD ./startup_py32f030xx.s
- at unify_builder.Program.Main(String[] args_)
- ---
- ./startup_py32f030xx.s: Assembler messages:
- ./startup_py32f030xx.s:1: Error: junk at end of line, first unrecognized character is `-'
- ./startup_py32f030xx.s:2: Error: bad size 0 in type specifier
- ./startup_py32f030xx.s:2: Error: bad instruction `startup_py32f030xx.s'
- [2026-07-08 17:43:15] [info] incremental build: 2 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\startup_py32f030xx.s': object (.o) file not exist
- [2026-07-08 17:43:16] [done]
- build successfully !
- [2026-07-08 17:43:43] [done]
- build successfully !
- [2026-07-08 17:45:27] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:45:27] [done]
- build successfully !
- [2026-07-08 17:48:12] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:48:12] [done]
- build successfully !
- [2026-07-08 17:49:12] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:49:12] [done]
- build successfully !
- [2026-07-08 17:59:35] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 17:59:36] [done]
- build successfully !
- [2026-07-08 18:01:57] [done]
- build successfully !
- [2026-07-08 18:03:42] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 18:03:43] [done]
- build successfully !
- [2026-07-08 18:05:12] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 18:05:13] [done]
- build successfully !
- [2026-07-08 18:10:49] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 18:10:49] [done]
- build successfully !
- [2026-07-08 18:13:49] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 18:13:49] [done]
- build successfully !
- [2026-07-08 18:14:00] [done]
- build successfully !
- [2026-07-08 18:18:04] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-08 18:18:05] [done]
- build successfully !
- [2026-07-09 09:12:58] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 09:12:59] [done]
- build successfully !
- [2026-07-09 09:15:17] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 09:15:18] [done]
- build successfully !
- [2026-07-09 09:17:48] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 09:17:49] [done]
- build successfully !
- [2026-07-09 09:28:45] [info] incremental build: 3 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\py32f0xx_hal_msp.c': dependence 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\..\Inc\main.h' has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\py32f0xx_it.c': dependence 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\..\Inc\main.h' has been changed.
- [2026-07-09 09:28:45] [done]
- build successfully !
- [2026-07-09 09:35:09] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 09:35:10] [done]
- build successfully !
- [2026-07-09 09:36:06] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 09:36:06] [done]
- build successfully !
- [2026-07-09 09:36:28] [done]
- build successfully !
- [2026-07-09 09:43:53] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 09:43:54] [done]
- build successfully !
- [2026-07-09 09:51:58] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 09:51:58] [done]
- build successfully !
- [2026-07-09 09:54:16] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 09:54:17] [done]
- build successfully !
- [2026-07-09 10:00:18] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 10:00:18] [done]
- build successfully !
- [2026-07-09 10:03:29] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 10:03:30] [done]
- build successfully !
- [2026-07-09 10:06:19] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 10:06:20] [done]
- build successfully !
- [2026-07-09 10:07:17] [done]
- build successfully !
- [2026-07-09 10:08:00] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 10:08:00] [done]
- build successfully !
- [2026-07-09 10:09:45] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 10:09:46] [done]
- build successfully !
- [2026-07-09 11:17:26] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 11:17:27] [done]
- build successfully !
- [2026-07-09 11:23:18] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 11:23:18] [done]
- build successfully !
- [2026-07-09 11:29:17] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 11:29:17] [done]
- build successfully !
- [2026-07-09 11:31:23] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 11:31:23] [done]
- build successfully !
- [2026-07-09 11:33:48] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 11:33:48] [done]
- build successfully !
- [2026-07-09 11:35:50] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 11:35:50] [done]
- build successfully !
- [2026-07-09 11:38:14] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 11:38:15] [done]
- build successfully !
- [2026-07-09 11:41:39] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 11:41:40] [done]
- build successfully !
- [2026-07-09 11:59:08] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 11:59:09] [done]
- build successfully !
- [2026-07-09 12:00:34] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 12:00:35] [done]
- build successfully !
- [2026-07-09 12:02:12] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 12:02:12] [done]
- build successfully !
- [2026-07-09 13:44:15] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 13:44:16] [done]
- build successfully !
- [2026-07-09 13:57:25] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 13:57:25] [done]
- build successfully !
- [2026-07-09 14:06:34] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 14:06:34] [done]
- build successfully !
- [2026-07-09 14:13:31] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-09 14:13:32] [done]
- build successfully !
- [2026-07-09 14:13:41] [done]
- build successfully !
- [2026-07-16 11:47:46] [info] incremental build: 6 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\battery_display.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\input_scan.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\led_driver.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': object (.o) file not exist
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\startup_py32f030xx.s': source file has been changed.
- [2026-07-16 11:47:47] compilation failed at : "d:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\startup_py32f030xx.s", exit code: 1
- command:
- "C:\Users\13411\.eide\tools\gcc_arm\bin\arm-none-eabi-gcc.exe" -c -x assembler-with-cpp -I. -I../Inc -I../../../../../../Drivers/BSP/PY32F030xx_Start_Kit -I../../../../../../Drivers/CMSIS/Include -I../../../../../../Drivers/CMSIS/Device/PY32F0xx/Include -I../../../../../../Drivers/PY32F0xx_HAL_Driver/Inc -mcpu=cortex-m0plus -mthumb -g --specs=nosys.specs --specs=nano.specs -o ./Project/.obj/startup_py32f030xx.o -MMD ./startup_py32f030xx.s
- at unify_builder.Program.Main(String[] args_)
- ---
- ./startup_py32f030xx.s: Assembler messages:
- ./startup_py32f030xx.s:1: Error: junk at end of line, first unrecognized character is `-'
- ./startup_py32f030xx.s:2: Error: bad size 0 in type specifier
- ./startup_py32f030xx.s:2: Error: bad instruction `startup_py32f030xx.s'
- [2026-07-16 11:48:53] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\startup_py32f030xx.s': object (.o) file not exist
- [2026-07-16 11:48:54] [done]
- build successfully !
- [2026-07-16 12:09:14] [info] incremental build: 16 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_cortex.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_dma.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_flash.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_gpio.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_pwr.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_rcc.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_rcc_ex.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_tim.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_tim_ex.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Drivers\PY32F0xx_HAL_Driver\Src\py32f0xx_hal_uart.c': compiler options has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\battery_display.c': dependence 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\..\Inc\app_state.h' has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\input_scan.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\led_driver.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\py32f0xx_hal_msp.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-16 12:09:15] [done]
- build successfully !
- [2026-07-16 12:45:46] [info] incremental build: 5 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\battery_display.c': dependence 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\..\Inc\app_state.h' has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\input_scan.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\led_driver.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-16 12:45:46] [done]
- build successfully !
- [2026-07-16 12:47:59] [done]
- build successfully !
- [2026-07-16 12:50:25] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\input_scan.c': source file has been changed.
- [2026-07-16 12:50:26] [done]
- build successfully !
- [2026-07-16 12:53:27] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-16 12:53:28] [done]
- build successfully !
- [2026-07-16 12:56:27] [info] incremental build: 5 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\battery_display.c': dependence 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\..\Inc\app_state.h' has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\input_scan.c': dependence 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\..\Inc\app_state.h' has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\led_driver.c': dependence 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\..\Inc\app_state.h' has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-16 12:56:28] [done]
- build successfully !
- [2026-07-16 12:56:37] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-16 12:56:38] [done]
- build successfully !
- [2026-07-16 13:01:10] [info] incremental build: 2 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\battery_display.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\led_driver.c': source file has been changed.
- [2026-07-16 13:01:10] [done]
- build successfully !
- [2026-07-16 13:10:04] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-16 13:10:05] [done]
- build successfully !
- [2026-07-16 14:45:13] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-16 14:45:13] [done]
- build successfully !
- [2026-07-16 14:51:11] [info] incremental build: 5 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\battery_display.c': dependence 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\..\Inc\app_state.h' has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\input_scan.c': dependence 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\EIDE\..\Inc\app_state.h' has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\led_driver.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-16 14:51:12] [done]
- build successfully !
- [2026-07-16 14:51:17] [done]
- build successfully !
- [2026-07-17 09:12:58] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- [2026-07-17 09:12:59] [done]
- build successfully !
- [2026-07-17 09:52:30] [info] incremental build: 2 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\main.c': source file has been changed.
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-17 09:52:31] [done]
- build successfully !
- [2026-07-17 13:00:00] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\led_driver.c': source file has been changed.
- [2026-07-17 13:00:00] [done]
- build successfully !
- [2026-07-17 13:01:51] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\led_driver.c': source file has been changed.
- [2026-07-17 13:01:51] [done]
- build successfully !
- [2026-07-22 16:19:09] [done]
- build successfully !
- [2026-07-22 16:27:38] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-22 16:27:38] [done]
- build successfully !
- [2026-07-22 16:32:29] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-22 16:32:30] [done]
- build successfully !
- [2026-07-22 16:46:38] [info] incremental build: 1 source files changed
- These source files will be recompiled
- ---
- 'd:\PY32F0xx_Firmware_V1.5.0\Projects\PY32F030-STK\Example\TIMER3\TIM3_Update\Src\uart_protocol.c': source file has been changed.
- [2026-07-22 16:46:38] [done]
- build successfully !
|