Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

Building SYS/BIOS for Windows

$
0
0

Has anybody been able to build SYS/BIOS (6.32.05.54) for the microsoft.targets.Win32 target?

I installed Visual C++ 2010 Express into C:\VC10 and Windows SDK 7 into C:\WINSDK and configured the config.bld file as follows:

var VC = xdc.useModule('microsoft.targets.Win32');
VC.rootDir = "C:/VC10";
VC.vcPath["VC8"].sdkPath = "C:/WINSDK/Windows/v7.0"
 
Build.targets = [VC];

The build goes well until xdc hits ti.sysbios.family.windows, when I get the following error:

cl86W package/package_ti.sysbios.family.windows.c ...
package_ti.sysbios.family.windows.c
cl86W Hwi.c ...
Hwi.c
C:\WINSDK\Windows\v7.0\include\driverspecs.h(142) : error C2008: '$' : unexpected in macro definition
C:\WINSDK\Windows\v7.0\include\driverspecs.h(294) : error C2008: '$' : unexpected in macro definition
C:\WINSDK\Windows\v7.0\include\driverspecs.h(295) : warning C4005: '__' : macro redefinition

C:\WINSDK\Windows\v7.0\include\winnt.h(1212) : error C2143: syntax error : missing ';' before '*'
C:\WINSDK\Windows\v7.0\include\winnt.h(2199) : fatal error C1903: unable to recover from previous error(s); stopping compilationc1 : fatal error C1063: INTERNAL COMPILER ERROR

         Please choose the Technical Support command on the Visual C++

         Help menu, or open the Technical Support help file for more information

Any help would be much appreciated.

Regards,

Beat



Viewing all articles
Browse latest Browse all 262198

Trending Articles