STM32/STM32MP157AAA3/.metadata/.plugins/org.eclipse.cdt.ui/global-build.log

94 lines
7.6 KiB
Plaintext
Raw Normal View History

2025-04-09 09:31:29 +08:00
09:30:06 **** Incremental Build of configuration Debug for project Cortex-M4 7-4_CM4 ****
2025-03-11 22:13:05 +08:00
make -j32 all
2025-03-26 08:47:40 +08:00
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32MP157Axx -c -I../Core/Inc -I../../Drivers/STM32MP1xx_HAL_Driver/Inc -I../../Drivers/STM32MP1xx_HAL_Driver/Inc/Legacy -I../../Drivers/CMSIS/Device/ST/STM32MP1xx/Include -I../../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
2025-04-09 09:31:29 +08:00
../Core/Src/main.c: In function 'StrComP':
../Core/Src/main.c:69:19: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
69 | if(strcmp(rx_buf,"led4on") == 0)
| ^~~~~~
| |
| uint8_t * {aka unsigned char *}
In file included from ../Core/Src/main.c:25:
C:\ST\STM32CubeIDE_1.18.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344\tools\bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/include/string.h:36:18: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
36 | int strcmp (const char *, const char *);
| ^~~~~~~~~~~~
../Core/Src/main.c:71:19: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
71 | if(strcmp(rx_buf,"led4off") == 0)
| ^~~~~~
| |
| uint8_t * {aka unsigned char *}
C:\ST\STM32CubeIDE_1.18.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344\tools\bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/include/string.h:36:18: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
36 | int strcmp (const char *, const char *);
| ^~~~~~~~~~~~
../Core/Src/main.c:73:19: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
73 | if(strcmp(rx_buf,"ledallon") == 0)
| ^~~~~~
| |
| uint8_t * {aka unsigned char *}
C:\ST\STM32CubeIDE_1.18.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344\tools\bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/include/string.h:36:18: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
36 | int strcmp (const char *, const char *);
| ^~~~~~~~~~~~
../Core/Src/main.c:75:19: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
75 | if(strcmp(rx_buf,"ledalloff") == 0)
| ^~~~~~
| |
| uint8_t * {aka unsigned char *}
C:\ST\STM32CubeIDE_1.18.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344\tools\bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/include/string.h:36:18: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
36 | int strcmp (const char *, const char *);
| ^~~~~~~~~~~~
../Core/Src/main.c:77:19: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
77 | if(strcmp(rx_buf,"ledliushuion") == 0)
| ^~~~~~
| |
| uint8_t * {aka unsigned char *}
C:\ST\STM32CubeIDE_1.18.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344\tools\bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/include/string.h:36:18: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
36 | int strcmp (const char *, const char *);
| ^~~~~~~~~~~~
../Core/Src/main.c:79:19: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
79 | if(strcmp(rx_buf,"ledliushuioff") == 0)
| ^~~~~~
| |
| uint8_t * {aka unsigned char *}
C:\ST\STM32CubeIDE_1.18.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344\tools\bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/include/string.h:36:18: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
36 | int strcmp (const char *, const char *);
| ^~~~~~~~~~~~
../Core/Src/main.c:81:19: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
81 | if(strcmp(rx_buf,"beepon") == 0)
| ^~~~~~
| |
| uint8_t * {aka unsigned char *}
C:\ST\STM32CubeIDE_1.18.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344\tools\bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/include/string.h:36:18: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
36 | int strcmp (const char *, const char *);
| ^~~~~~~~~~~~
../Core/Src/main.c:83:19: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
83 | if(strcmp(rx_buf,"beepoff") == 0)
| ^~~~~~
| |
| uint8_t * {aka unsigned char *}
C:\ST\STM32CubeIDE_1.18.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344\tools\bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/include/string.h:36:18: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
36 | int strcmp (const char *, const char *);
| ^~~~~~~~~~~~
../Core/Src/main.c: In function 'uart4_idle_func':
../Core/Src/main.c:100:34: warning: passing argument 1 of 'StrComP' makes integer from pointer without a cast [-Wint-conversion]
100 | switch (StrComP(rx_buf))
| ^~~~~~
| |
| uint8_t * {aka unsigned char *}
../Core/Src/main.c:67:18: note: expected 'char' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
67 | int StrComP(char i)
| ~~~~~^
../Core/Src/main.c: In function 'StrComP':
../Core/Src/main.c:85:1: warning: control reaches end of non-void function [-Wreturn-type]
85 | }
| ^
arm-none-eabi-gcc -o "Cortex-M4 7-4_CM4.elf" @"objects.list" -mcpu=cortex-m4 -T"D:\Git\Gitea\STM32\STM32MP157AAA3\Cortex-M4 7-4\CM4\STM32MP157AAAX_RAM.ld" --specs=nosys.specs -Wl,-Map="Cortex-M4 7-4_CM4.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
Finished building target: Cortex-M4 7-4_CM4.elf
2025-03-11 22:13:05 +08:00
2025-04-09 09:31:29 +08:00
arm-none-eabi-size Cortex-M4\ 7-4_CM4.elf
arm-none-eabi-objdump -h -S Cortex-M4\ 7-4_CM4.elf > "Cortex-M4 7-4_CM4.list"
2025-03-11 22:13:05 +08:00
text data bss dec hex filename
2025-04-09 09:31:29 +08:00
33592 104 2256 35952 8c70 Cortex-M4 7-4_CM4.elf
2025-03-11 22:13:05 +08:00
Finished building: default.size.stdout
2025-04-09 09:31:29 +08:00
Finished building: Cortex-M4 7-4_CM4.list
2025-04-09 08:41:15 +08:00