Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.

Conversation

@AprilDeFeu
Copy link
Collaborator

Managed to get through the Floating Point Unit errors on files "arm_abs_q15.c", "arm_abs_q31.c", "arm_add_f32.c", and "arm_abs_f32.c" by defining
#ifndef __FPU_PRESENT #define __FPU_PRESENT 1 #endif
inside the file "core_cm4.h", right below
#ifndef __CORE_CM4_H_GENERIC #define __CORE_CM4_H_GENERIC

This helped us compile more than 500 files, thus the size of the zip will be larger by that amount of files.
Regarding errors, I am now getting "Conflicting types for 'HAL_DMA_PollForTransfer' " in the file "stm32f4xx_hal_dma.c". I am investigating how to proceed from here

Note that the compression has been changed from '.zip' to '.7z' as the resulting file is smaller.

Managed to get through the Floating Point Unit errors on files "arm_abs_q15.c", "arm_abs_q31.c", "arm_add_f32.c", and "arm_abs_f32.c" by defining
`
#ifndef __FPU_PRESENT
  #define __FPU_PRESENT 1
#endif
`
inside the file "core_cm4.h", right below
`
#ifndef __CORE_CM4_H_GENERIC
#define __CORE_CM4_H_GENERIC
`

This helped us compile more than 500 files, thus the size of the zip will be larger by that amount of files.
Regarding errors, I am now getting "Conflicting types for 'HAL_DMA_PollForTransfer' " in the file "stm32f4xx_hal_dma.c". I am investigating how to proceed from here

Note that the compression has been changed from '.zip' to '.7z' as the resulting file is smaller.
@AprilDeFeu AprilDeFeu added bug Something isn't working enhancement New feature or request labels Jun 14, 2019
@AprilDeFeu AprilDeFeu self-assigned this Jun 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants