[ create a new paste ] login | about

Link: http://codepad.org/UvYc9DrD    [ raw code | output | fork ]

C, pasted on Jun 4:
1
2
3
4
5
6
7
8
9
10
11
12
20:30:32 **** Incremental Build of configuration Debug for project myUART ****
make all 
'Building target: myUART.elf'
'Invoking: MCU G++ Linker'
arm-none-eabi-g++ -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -specs=nosys.specs -specs=nano.specs -T"C:\Users\Top\Desktop\STM32\stm32test\myUART\STM32F411RETx_FLASH.ld" -Wl,-Map=output.map -Wl,--gc-sections -fno-exceptions -fno-rtti -lm -o "myUART.elf" @"objects.list"  
Src/stm32f4xx_hal_msp.o: In function `HAL_UART_MspInit':
C:\Users\Top\Desktop\STM32\stm32test\myUART\Debug/../Src/stm32f4xx_hal_msp.c:115: undefined reference to `Error_Handler'
C:\Users\Top\Desktop\STM32\stm32test\myUART\Debug/../Src/stm32f4xx_hal_msp.c:132: undefined reference to `Error_Handler'
collect2.exe: error: ld returned 1 exit status
make: *** [myUART.elf] Error 1

20:30:32 Build Finished (took 418ms)


Output:
Line 1: error: expected identifier or '(' before numeric constant
Line 0: warning: character constant too long for its type
Line 0: warning: character constant too long for its type
Line 116: warning: universal character names are only valid in C++ and C99
Line 116: error: incomplete universal character name \U
Line 116: warning: unknown escape sequence '\T'
Line 116: warning: unknown escape sequence '\D'
Line 116: warning: unknown escape sequence '\S'
Line 116: warning: unknown escape sequence '\s'
Line 116: warning: unknown escape sequence '\m'
Line 116: warning: unknown escape sequence '\S'
Line 5: error: stray '@' in program
Line 6: error: stray '`' in program
Line 6: error: missing terminating ' character
Line 7: error: stray '\' in program
Line 7: error: stray '\' in program
Line 7: error: stray '\' in program
Line 7: error: stray '\' in program
Line 7: error: stray '\' in program
Line 7: error: stray '\' in program
Line 7: error: stray '\' in program
Line 7: error: stray '`' in program
Line 7: error: missing terminating ' character
Line 8: error: stray '\' in program
Line 8: error: stray '\' in program
Line 8: error: stray '\' in program
Line 8: error: stray '\' in program
Line 8: error: stray '\' in program
Line 8: error: stray '\' in program
Line 8: error: stray '\' in program
Line 8: error: stray '`' in program
Line 8: error: missing terminating ' character
Line 30: error: invalid suffix "ms" on integer constant


Create a new paste based on this one


Comments: