521 views
in GUI Development by
hello

when i wanted to compile my genrated code with keil  a lot of errors occur (256 error) but i compiled it with IAR without problem so the code is correct but there's sth wrong with my keil. i'm more comfortabe with keil and don't want to change my IDE at this point.

is there any specefic config for compilng the code or what ?!!

1 Answer

0 votes
by
Hi Masoud,

which target platform and which Embedded Wizard Build Environment are you using?

Which version of Keil MDK are you using?

Have you tried one of the examples of the Embedded Wizard Build Environment using Keil?

Could you please post one of the compiler errors?

Kind Regards,
Martin
by
thanks for your respond

I'm using Keil MDK 5.21a  and Embedded Wizard 9.20

example or not my code compiles and runs easily with IAR but there are those errors in keil.

here are some of the erros :

if i use C99 mode i have a lot of this error below :

..\..\..\..\STM32Cube_FW_F7_V1.5.0\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM7\r0p1\portmacro.h(255): error:  #18: expected a ")"

and if i don't use C99 :

..\..\..\..\STM32Cube_FW_F7_V1.5.0\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.h(933): error:  #757: variable "uint8_t" is not a type name

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...