I get an error message:
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.
c arm embedded stm32
user263210
source share