I am attempting to create an SDK for a CE 5.0 platform. I have previously
done this a few years back for this exact platform but a few custom headers
have been added since, and it is time to regen a new SDK.
After creating and configuring the SDK and then attempting to create the SDK
I receive the following message dialog box...
"It is recommended that you build a run-time image before building an SDK.
Otherwise, the build process for your SDK might not succeed. Do you want to
continue?"
The error after selecting "Build SDK . . ." is the following:
---------------------------------
Committing database changes
Creating 'required' feature
Adding required files
Committing database changes
Rolling sysgen'ed headers and libs
*MY_PLATFORM_NAME*: ARMV4I_Release
Error: This build configuration has not been sysgen'ed
Error adding sysgen'ed headers and libs
Error rolling toolkit-specific files
MSI file construction completed. 3 error(s), 0 warning(s).
---------------------------------------
I should mention that I have indeed Sysgened and have a run-time image for
the platform, reboot the build machine and rebuilt, cleaned up the build
tree, pulled new source, rebuilt, etc. and still get the same error. FWIW,
this is an Armv4i (xScale) platform.
Thoughts?