The "partition type conflict" in the hand is embedded, what is it?

I get an error message:

enter image description here Can anyone visit me on this? What a mistake in that. What are some common causes of errors for this. I ask about section type conflict.

What I find on Google are people saying different things about their specific platforms, compilers.

I use GCC, STM32F429I and VSTAR OS (RTOS).

C:\Users\munullah\eclipseworkspace\onsvr\vstar_os\applications\sample\gen \STM32F429I\GNU\Os_Lcfg.c:530:58: error: Os_IsrCAT1PlatformConfig causes a section type conflict with Os_SC1_EPSSOS_IIK_400_STM32F429I_GNU CONSTP2CONST(Os_IsrPlatformConfigType,OS_CONST,OS_CONST) Os_IsrCAT1PlatformConfig[1]; C:\Users\munullah\eclipseworkspace\onsvr\vstar_os\applications\sample\gen\STM32F429I\GNU\Os_Lcfg.c:53:21: note: 'Os_SC1_EPSSOS_IIK_400_STM32F429I_GNU' was declared here CONST(uint8,OS_VAR) Os_SC1_EPSSOS_IIK_400_STM32F429I_GNU = (uint8)0U; ^ ../../BuildSystem/makefile:283: recipe for target 'objs/STM32F429I/GNU/Os_Lcfg.o' failed make: *** [objs/STM32F429I/GNU/Os_Lcfg.o] Error 1 

PS: You can see the image correctly by right-clicking and then viewing the image.

0
c arm embedded stm32
source share

No one has answered this question yet.

See similar questions:

7
GCC error "<variable> causes partition type conflict"

or similar:

2101
What is the difference between #include <filename> and #include "filename"?
1475
What is the effect of extern "C" in C ++?
1470
What ":-!!" in C code?
1455
What makes C ??! ??! operator?
1239
What is the difference between const int *, const int * const and int const *?
1037
What does a "static" value mean in C?
7
GCC error "<variable> causes partition type conflict"
3
How to resolve "section type conflict" compile error and recommendations on using section attribute with gcc
one
Which library to enable to prevent "Undefined reference to" _exit "? What's new?
0
C conflicting types called by macro

All Articles