CE 6.0, build on dual core processor

domdom
Hello, 

I have troubles to build CE 6.0 image on my dual-core processor PC.

I have a link error (U1073) : don't know how to make sdhc_base.lib.
I think that both components SDHCBASE and SDHC are build by different cores
at the same times. Then SDHC can't be build because sdch_base.lib is
missing.

The only way I found is to disable multi processor build in manually
specifying the number of processors to 1.

Is there another way to force the generation of both modules on the same
processor (keeping multi processor build) ? 

domdom

Errol
I also found this. I run on a quad core, but can use only one to compile.

I'm trying to get the BSP to compile in debug mode. After that i might try
to look into this compile problem. I suspect that the SDHC source doesn't
properly define it's dependancies or something...

Thank you,
Errol

domodom
I found the solution : 
In the file \wince600\platform\mini2440\src\drivers\sdhc\sdhc\sources, the
line #SYNCHRONIZE_DRAIN=1 must be uncommented (just remove the # at the
beginning of the line).
It works on my dual-core, but I wonder why the line is commented...
domodom

Errol
Great! Thanks!

This will speed up my testing a lot!

Thanks,
Errol