This repository was archived by the owner on Feb 14, 2021. It is now read-only.
Defined FPU, compiled 500 files #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 #endifinside the file "core_cm4.h", right below
#ifndef __CORE_CM4_H_GENERIC #define __CORE_CM4_H_GENERICThis 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.