Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. Info: Internal Builder is used for build
  2. arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F767xx -I../Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F7xx/Include -I../Drivers/CMSIS/Include -Os -ffunction-sections -fdata-sections -g -fstack-usage -Wall -specs=nano.specs -o Src\blasfeo\blas_api\ddot.o ..\Src\blasfeo\blas_api\ddot.c
  3. ..\Src\blasfeo\blas_api\ddot.c: In function 'blasfeo_ddot_blas':
  4. ..\Src\blasfeo\blas_api\ddot.c:63:3: warning: implicit declaration of function 'kernel_ddot_11_lib' [-Wimplicit-function-declaration]
  5. kernel_ddot_11_lib(n, x, y, &res);
  6. ^~~~~~~~~~~~~~~~~~
  7. arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F767xx -I../Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F7xx/Include -I../Drivers/CMSIS/Include -Os -ffunction-sections -fdata-sections -g -fstack-usage -Wall -specs=nano.specs -o Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_pcd.o ..\Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_pcd.c
  8. arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F767xx -I../Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F7xx/Include -I../Drivers/CMSIS/Include -Os -ffunction-sections -fdata-sections -g -fstack-usage -Wall -specs=nano.specs -o Src\blasfeo\blasfeo_api\s_blas1_lib.o ..\Src\blasfeo\blasfeo_api\s_blas1_lib.c
  9. In file included from ..\Src\blasfeo\blasfeo_api\s_blas1_lib.c:80:0:
  10. ..\Src\blasfeo\blasfeo_api\x_blas1_lib.c:430:2: error: #error : wrong LA choice
  11. #error : wrong LA choice
  12. ^~~~~
  13.  
  14. 17:08:28 Build Finished (took 1s.342ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement