我收到了错误:
任何人都可以指导我吗?这有什么错误。什么是一般的可能错误导致这种情况。我在问部分类型冲突。
我在Google上发现的是人们对他们的特定平台,编译器说不同的东西。
我正在使用GCC,STM32F429I和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
P.S:您可以通过右键单击然后查看图像来正确查看图像。