NOTE: In the text below, when I talk about Build command BSP, I mean right-click on your BSP and choose that command from the dropdown menu (in other words: a Targeted Build). I'm NOT talking about commands from the Build Menu in Platform Builder!
The COMMON and SOC folders should only build if you changed something there. If I do a Rebuild BSP only my BSP rebuilds, not the common folders. Are you sure you don't change anything in the common folders?
Only if I do a Rebuild and Clean Sysgen BSP I can see that those common folders are rebuilding (as expected and wanted!). Now, if you'd want to change that behavior (but I don't think that is such a good idea) you can change the DIRS statement in the dirs file in \WINCE600\PLATFORM\COMMON\SRC\SOC to OPTIONAL_DIRS and add set BUILD_OPTIONS=OMAP2420_MS_V1 to your bsp batch file (in the root of your BSP). That will only build the OMAP2420_MS_V1 SOC folder instead of all. Of course the folders in COMMON should be build if you do a Rebuild and Clean Sysgen Build of the BSP since they could be used by your BSP.
RE: Build Question
Hi Kumar,
NOTE: In the text below, when I talk about Build command BSP, I mean right-click on your BSP and choose that command from the dropdown menu (in other words: a Targeted Build). I'm NOT talking about commands from the Build Menu in Platform Builder!
The
COMMONandSOCfolders should only build if you changed something there. If I do a Rebuild BSP only my BSP rebuilds, not the common folders. Are you sure you don't change anything in the common folders?Only if I do a Rebuild and Clean Sysgen BSP I can see that those common folders are rebuilding (as expected and wanted!). Now, if you'd want to change that behavior (but I don't think that is such a good idea) you can change the
DIRSstatement in thedirsfile in\WINCE600\PLATFORM\COMMON\SRC\SOCtoOPTIONAL_DIRSand addset BUILD_OPTIONS=OMAP2420_MS_V1to your bsp batch file (in the root of your BSP). That will only build theOMAP2420_MS_V1SOC folder instead of all. Of course the folders inCOMMONshould be build if you do a Rebuild and Clean Sysgen Build of the BSP since they could be used by your BSP.Let me know if this works for you.