Build is getting failed with error code 2=“null” and 255=“null” in Windows 10 OS

Copper Contributor

Hi All,

 

When we are building our code, we are getting the build error such as 255="null" and 2="null".

We have no clue how to fix this build error.

 

We are facing this build error after we migrated to Windows 10.

Our Code was successfully built when we used Windows 7 OS.

 

Please see the build error in the below mentioned log.

Error:

2020-02-12 18:19:46 t-58 WARNING: Error: 255="null" when executing [C:\Clones\Exp 
\TSP_VOB\Build\bin\bldcomp.bat, libVAL, OSE]
2020-01-09 08:50:55 t-52 WARNING: Error: 2="null" when executing 
[G:\TSP_VOB\Build\bin\bldcomp.bat, libVAL, OSE]

Here bldcomp.bat is the batch file which will invoke the make file the make file inturn will invoke the make.exe,libVAL is the component to be build and the OSE is the configuration for which the build is done.

 

Here bldcomp.bat, libVAL and OSE is fed to the processbuilder java process as inputs, while the build is going on the build(processbuilder) is interrupted with the error code 2="null" and 255="null"

Please see the environment details below.

Rhapsody 8.0.5
Java Version 7
Visual studio 2005
gcc version 4.2.3
Windows Version : Windows 10    

Note :

1)The configuration can be of any specific target such as OSE(arm),WinXP(Desktop simulation),WinCE and Lint.

 

2)The Component can be Utilities,SIM,OSAL,ARCOM,FD,VAL,TRF,SVAL and MSW

 

3)The build error is appearing in any component and in any configuration randomly(meaning issue place is not definite).

 

4)This build went through fine with out any issues on Windows 7 OS, now we are facing this build errors in Windows 10 OS.

 

Please help us to fix this issue.

 

Thanks in advance,

S.Parthasarathi

5 Replies
Hi,
could you mention which Windows 10 OS build/version are you using?
it could also be related to VS 2005 which is 15 years old now

Hi @HotCakeX

 

Please find the Windows Specifications below.

 

Edition: Windows 10 Enterprise

Version: 1809

OS build: 17763.1039

 

We are using the below mentioned compilers for our build process:

gcc version 4.2.3

Visual Studio 2005

 

The Make utility version is given below.

GNU Make version 3.79.1

 

Note : 

Its a blocker for us, please help us at the earliest.

 

Thanks and regards,

S.Parthasarathi

 

Is it not possible to use a more recent version of Visual Studio? such as 2019?
just give it a try, there is high chance it will fix the problem.

@HotCakeX 

 

We will give a try and come back.

 

Thanks and regards,

S.Parthasarathi