Hi,

In my project i'm using MIPSII BSP & added to platform builder's Add catalog
item's third party BSP section. OS design templates are all created and even
i had Build & Sysgen the projects. I got 0 - errors & 0 - warnings. But when
i try to "Make Image" from Build OS menu, i'm getting the following errors.

makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).

Please help me out on how to fix this bug & to get error free images at
"Make Image". Expecting your reply as early as possible.

regards,
Pradeep Kumar

RE: makeimg: FATAL ERROR:-( - help me by SteffenK

SteffenK
Tue Apr 10 07:40:06 CDT 2007

Hi,

this looks like a missing component, such as a dll or similar. look above
the output, you posted
--
Viele Grü�e / Best regards
Steffen Kaufmann

www.garz-fricke.com


"pradeep kumar" wrote:

> Hi,
>
> In my project i'm using MIPSII BSP & added to platform builder's Add catalog
> item's third party BSP section. OS design templates are all created and even
> i had Build & Sysgen the projects. I got 0 - errors & 0 - warnings. But when
> i try to "Make Image" from Build OS menu, i'm getting the following errors.
>
> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>
> Please help me out on how to fix this bug & to get error free images at
> "Make Image". Expecting your reply as early as possible.
>
> regards,
> Pradeep Kumar
>

RE: makeimg: FATAL ERROR:-( - help me by pradeepkumar

pradeepkumar
Wed Apr 11 03:12:01 CDT 2007

Hi Steffen

you r right, that there's missing of some DLL files in %FLATRELEASEDIR%
directory root in my project. After copying all the files in release
directory of the project. I had done make image, where i didn't got any
errors, rather i got nk.bin of my OS image successfully. So from this error i
came to know that if all the files (DLL & exe) related to the projects are
present & build'd properly then there is no chance of getting any errors.
Please pass this message if any one is struggling with the errors.

Thanks a lot!!!!!!!!!! Steffen

Best regards,
S. Pradeep Kumar

"Steffen.K" wrote:

> Hi,
>
> this looks like a missing component, such as a dll or similar. look above
> the output, you posted
> --
> Viele Grü�e / Best regards
> Steffen Kaufmann
>
> www.garz-fricke.com
>
>
> "pradeep kumar" wrote:
>
> > Hi,
> >
> > In my project i'm using MIPSII BSP & added to platform builder's Add catalog
> > item's third party BSP section. OS design templates are all created and even
> > i had Build & Sysgen the projects. I got 0 - errors & 0 - warnings. But when
> > i try to "Make Image" from Build OS menu, i'm getting the following errors.
> >
> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> >
> > Please help me out on how to fix this bug & to get error free images at
> > "Make Image". Expecting your reply as early as possible.
> >
> > regards,
> > Pradeep Kumar
> >

RE: makeimg: FATAL ERROR:-( - help me by Pariksheet

Pariksheet
Wed Jan 02 22:17:00 PST 2008

Hello Sir,

I have same problem while making the image.

makeimg: run command: fmerge -txt
E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\postproc\nlssrc.txt
F:\WINCE600\public\common\oak\files\locale.txt
E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\nlssrc.txt
fmerge for Windows CE (Release) (Built on Apr 5 2006 11:32:16)
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).

I was unable to know which files or dll I have to copy and where I have copy
them.
Please help me.
My application is about developing device driver for windows mobile.
Please help me

Thanks & Regards,
Pariksheet.

"pradeep kumar" wrote:

> Hi Steffen
>
> you r right, that there's missing of some DLL files in %FLATRELEASEDIR%
> directory root in my project. After copying all the files in release
> directory of the project. I had done make image, where i didn't got any
> errors, rather i got nk.bin of my OS image successfully. So from this error i
> came to know that if all the files (DLL & exe) related to the projects are
> present & build'd properly then there is no chance of getting any errors.
> Please pass this message if any one is struggling with the errors.
>
> Thanks a lot!!!!!!!!!! Steffen
>
> Best regards,
> S. Pradeep Kumar
>
> "Steffen.K" wrote:
>
> > Hi,
> >
> > this looks like a missing component, such as a dll or similar. look above
> > the output, you posted
> > --
> > Viele Grü�e / Best regards
> > Steffen Kaufmann
> >
> > www.garz-fricke.com
> >
> >
> > "pradeep kumar" wrote:
> >
> > > Hi,
> > >
> > > In my project i'm using MIPSII BSP & added to platform builder's Add catalog
> > > item's third party BSP section. OS design templates are all created and even
> > > i had Build & Sysgen the projects. I got 0 - errors & 0 - warnings. But when
> > > i try to "Make Image" from Build OS menu, i'm getting the following errors.
> > >
> > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > >
> > > Please help me out on how to fix this bug & to get error free images at
> > > "Make Image". Expecting your reply as early as possible.
> > >
> > > regards,
> > > Pradeep Kumar
> > >

RE: makeimg: FATAL ERROR:-( - help me by pradeepkumar

pradeepkumar
Thu Jan 03 01:04:00 PST 2008

Hi,

It seems to be the dll or some components related to your project is missing
in the release directory of your workspace project. Check that if the Release
dir consist of all the dll's related to your projects added to your OS
design. Just check where your execution stops & encounters those makeimg
errors. Surelly you'll get some clue like me. And you can solve your issue.

if you send your debug messages then it will be helpfull for me to guide you.

Best regards,
S. Pradeep Kumar

------------------------------------------------------------------------------------------------

"Pariksheet" wrote:

> Hello Sir,
>
> I have same problem while making the image.
>
> makeimg: run command: fmerge -txt
> E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\postproc\nlssrc.txt
> F:\WINCE600\public\common\oak\files\locale.txt
> E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\nlssrc.txt
> fmerge for Windows CE (Release) (Built on Apr 5 2006 11:32:16)
> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>
> I was unable to know which files or dll I have to copy and where I have copy
> them.
> Please help me.
> My application is about developing device driver for windows mobile.
> Please help me
>
> Thanks & Regards,
> Pariksheet.
>
> "pradeep kumar" wrote:
>
> > Hi Steffen
> >
> > you r right, that there's missing of some DLL files in %FLATRELEASEDIR%
> > directory root in my project. After copying all the files in release
> > directory of the project. I had done make image, where i didn't got any
> > errors, rather i got nk.bin of my OS image successfully. So from this error i
> > came to know that if all the files (DLL & exe) related to the projects are
> > present & build'd properly then there is no chance of getting any errors.
> > Please pass this message if any one is struggling with the errors.
> >
> > Thanks a lot!!!!!!!!!! Steffen
> >
> > Best regards,
> > S. Pradeep Kumar
> >
> > "Steffen.K" wrote:
> >
> > > Hi,
> > >
> > > this looks like a missing component, such as a dll or similar. look above
> > > the output, you posted
> > > --
> > > Viele Grü�e / Best regards
> > > Steffen Kaufmann
> > >
> > > www.garz-fricke.com
> > >
> > >
> > > "pradeep kumar" wrote:
> > >
> > > > Hi,
> > > >
> > > > In my project i'm using MIPSII BSP & added to platform builder's Add catalog
> > > > item's third party BSP section. OS design templates are all created and even
> > > > i had Build & Sysgen the projects. I got 0 - errors & 0 - warnings. But when
> > > > i try to "Make Image" from Build OS menu, i'm getting the following errors.
> > > >
> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > >
> > > > Please help me out on how to fix this bug & to get error free images at
> > > > "Make Image". Expecting your reply as early as possible.
> > > >
> > > > regards,
> > > > Pradeep Kumar
> > > >

RE: makeimg: FATAL ERROR:-( - help me by Pariksheet

Pariksheet
Thu Jan 03 03:03:01 PST 2008

Hello Sir,

Actually I don't know much about the platform builder.
I develop applications in MFC for windows mobile.
I have created this application using MSDN help for "How to Develop File
System Filter".
I followed those steps.
Now when I build the solution last time.
It gives me error like below.


PREROMIMAGE processing...

PREROMIMAGE calling DeviceEmulator-preri.bat
***
*** Selecting KITL transport to include in image (Ethernet or DMA)
***
BSP_KITL_DMA=1; copy kitldma.dll kitl.dll
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
makeimg: run command: romimage
E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\ce.bib

Windows CE ROM Image Builder v4.0.120 Copyright (c) Microsoft Corporation
Built: Jul 25 2006 16:37:02

Error: failed PB timebomb check
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).

BLDDEMO: Trial build complete.

Trial - 3 error(s), 8 warning(s)



Please help me, where I was wrong.
What else details you require, tell me.

Thanks & Regards,
Pariksheet.


"pradeep kumar" wrote:

> Hi,
>
> It seems to be the dll or some components related to your project is missing
> in the release directory of your workspace project. Check that if the Release
> dir consist of all the dll's related to your projects added to your OS
> design. Just check where your execution stops & encounters those makeimg
> errors. Surelly you'll get some clue like me. And you can solve your issue.
>
> if you send your debug messages then it will be helpfull for me to guide you.
>
> Best regards,
> S. Pradeep Kumar
>
> ------------------------------------------------------------------------------------------------
>
> "Pariksheet" wrote:
>
> > Hello Sir,
> >
> > I have same problem while making the image.
> >
> > makeimg: run command: fmerge -txt
> > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\postproc\nlssrc.txt
> > F:\WINCE600\public\common\oak\files\locale.txt
> > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\nlssrc.txt
> > fmerge for Windows CE (Release) (Built on Apr 5 2006 11:32:16)
> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> >
> > I was unable to know which files or dll I have to copy and where I have copy
> > them.
> > Please help me.
> > My application is about developing device driver for windows mobile.
> > Please help me
> >
> > Thanks & Regards,
> > Pariksheet.
> >
> > "pradeep kumar" wrote:
> >
> > > Hi Steffen
> > >
> > > you r right, that there's missing of some DLL files in %FLATRELEASEDIR%
> > > directory root in my project. After copying all the files in release
> > > directory of the project. I had done make image, where i didn't got any
> > > errors, rather i got nk.bin of my OS image successfully. So from this error i
> > > came to know that if all the files (DLL & exe) related to the projects are
> > > present & build'd properly then there is no chance of getting any errors.
> > > Please pass this message if any one is struggling with the errors.
> > >
> > > Thanks a lot!!!!!!!!!! Steffen
> > >
> > > Best regards,
> > > S. Pradeep Kumar
> > >
> > > "Steffen.K" wrote:
> > >
> > > > Hi,
> > > >
> > > > this looks like a missing component, such as a dll or similar. look above
> > > > the output, you posted
> > > > --
> > > > Viele Grü�e / Best regards
> > > > Steffen Kaufmann
> > > >
> > > > www.garz-fricke.com
> > > >
> > > >
> > > > "pradeep kumar" wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > In my project i'm using MIPSII BSP & added to platform builder's Add catalog
> > > > > item's third party BSP section. OS design templates are all created and even
> > > > > i had Build & Sysgen the projects. I got 0 - errors & 0 - warnings. But when
> > > > > i try to "Make Image" from Build OS menu, i'm getting the following errors.
> > > > >
> > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > > >
> > > > > Please help me out on how to fix this bug & to get error free images at
> > > > > "Make Image". Expecting your reply as early as possible.
> > > > >
> > > > > regards,
> > > > > Pradeep Kumar
> > > > >

RE: makeimg: FATAL ERROR:-( - help me by pradeepkumar

pradeepkumar
Thu Jan 03 03:46:00 PST 2008

Hi,

Its seems to be PB timebomb check error. ok, are you using Evaluation
version of Platform Builder ? If its a evaluation version then your
evaluation period may have expired & you are trying to build the workspace
with this expired evaluation version of Platform Builder. If you do so then
you may get this error. I had also experienced this error & also solved this
issue.


Best regards,
S. Pradeep Kumar

"Pariksheet" wrote:

> Hello Sir,
>
> Actually I don't know much about the platform builder.
> I develop applications in MFC for windows mobile.
> I have created this application using MSDN help for "How to Develop File
> System Filter".
> I followed those steps.
> Now when I build the solution last time.
> It gives me error like below.
>
>
> PREROMIMAGE processing...
>
> PREROMIMAGE calling DeviceEmulator-preri.bat
> ***
> *** Selecting KITL transport to include in image (Ethernet or DMA)
> ***
> BSP_KITL_DMA=1; copy kitldma.dll kitl.dll
> 1 file(s) copied.
> 1 file(s) copied.
> 1 file(s) copied.
> 1 file(s) copied.
> makeimg: run command: romimage
> E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\ce.bib
>
> Windows CE ROM Image Builder v4.0.120 Copyright (c) Microsoft Corporation
> Built: Jul 25 2006 16:37:02
>
> Error: failed PB timebomb check
> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>
> BLDDEMO: Trial build complete.
>
> Trial - 3 error(s), 8 warning(s)
>
>
>
> Please help me, where I was wrong.
> What else details you require, tell me.
>
> Thanks & Regards,
> Pariksheet.
>
>
> "pradeep kumar" wrote:
>
> > Hi,
> >
> > It seems to be the dll or some components related to your project is missing
> > in the release directory of your workspace project. Check that if the Release
> > dir consist of all the dll's related to your projects added to your OS
> > design. Just check where your execution stops & encounters those makeimg
> > errors. Surelly you'll get some clue like me. And you can solve your issue.
> >
> > if you send your debug messages then it will be helpfull for me to guide you.
> >
> > Best regards,
> > S. Pradeep Kumar
> >
> > ------------------------------------------------------------------------------------------------
> >
> > "Pariksheet" wrote:
> >
> > > Hello Sir,
> > >
> > > I have same problem while making the image.
> > >
> > > makeimg: run command: fmerge -txt
> > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\postproc\nlssrc.txt
> > > F:\WINCE600\public\common\oak\files\locale.txt
> > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\nlssrc.txt
> > > fmerge for Windows CE (Release) (Built on Apr 5 2006 11:32:16)
> > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > >
> > > I was unable to know which files or dll I have to copy and where I have copy
> > > them.
> > > Please help me.
> > > My application is about developing device driver for windows mobile.
> > > Please help me
> > >
> > > Thanks & Regards,
> > > Pariksheet.
> > >
> > > "pradeep kumar" wrote:
> > >
> > > > Hi Steffen
> > > >
> > > > you r right, that there's missing of some DLL files in %FLATRELEASEDIR%
> > > > directory root in my project. After copying all the files in release
> > > > directory of the project. I had done make image, where i didn't got any
> > > > errors, rather i got nk.bin of my OS image successfully. So from this error i
> > > > came to know that if all the files (DLL & exe) related to the projects are
> > > > present & build'd properly then there is no chance of getting any errors.
> > > > Please pass this message if any one is struggling with the errors.
> > > >
> > > > Thanks a lot!!!!!!!!!! Steffen
> > > >
> > > > Best regards,
> > > > S. Pradeep Kumar
> > > >
> > > > "Steffen.K" wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > this looks like a missing component, such as a dll or similar. look above
> > > > > the output, you posted
> > > > > --
> > > > > Viele Grü�e / Best regards
> > > > > Steffen Kaufmann
> > > > >
> > > > > www.garz-fricke.com
> > > > >
> > > > >
> > > > > "pradeep kumar" wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > In my project i'm using MIPSII BSP & added to platform builder's Add catalog
> > > > > > item's third party BSP section. OS design templates are all created and even
> > > > > > i had Build & Sysgen the projects. I got 0 - errors & 0 - warnings. But when
> > > > > > i try to "Make Image" from Build OS menu, i'm getting the following errors.
> > > > > >
> > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > > > >
> > > > > > Please help me out on how to fix this bug & to get error free images at
> > > > > > "Make Image". Expecting your reply as early as possible.
> > > > > >
> > > > > > regards,
> > > > > > Pradeep Kumar
> > > > > >

RE: makeimg: FATAL ERROR:-( - help me by Pariksheet

Pariksheet
Thu Jan 03 03:56:00 PST 2008

Yes Sir,

It's a evaluation copy.
Then what is the solution for it?
Whether I have to buy license copy?
Or if I uninstall it and reinstall again,
Will it be solves the problem?

Thanks & Regards,
Pariksheet.

"pradeep kumar" wrote:

> Hi,
>
> Its seems to be PB timebomb check error. ok, are you using Evaluation
> version of Platform Builder ? If its a evaluation version then your
> evaluation period may have expired & you are trying to build the workspace
> with this expired evaluation version of Platform Builder. If you do so then
> you may get this error. I had also experienced this error & also solved this
> issue.
>
>
> Best regards,
> S. Pradeep Kumar
>
> "Pariksheet" wrote:
>
> > Hello Sir,
> >
> > Actually I don't know much about the platform builder.
> > I develop applications in MFC for windows mobile.
> > I have created this application using MSDN help for "How to Develop File
> > System Filter".
> > I followed those steps.
> > Now when I build the solution last time.
> > It gives me error like below.
> >
> >
> > PREROMIMAGE processing...
> >
> > PREROMIMAGE calling DeviceEmulator-preri.bat
> > ***
> > *** Selecting KITL transport to include in image (Ethernet or DMA)
> > ***
> > BSP_KITL_DMA=1; copy kitldma.dll kitl.dll
> > 1 file(s) copied.
> > 1 file(s) copied.
> > 1 file(s) copied.
> > 1 file(s) copied.
> > makeimg: run command: romimage
> > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\ce.bib
> >
> > Windows CE ROM Image Builder v4.0.120 Copyright (c) Microsoft Corporation
> > Built: Jul 25 2006 16:37:02
> >
> > Error: failed PB timebomb check
> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> >
> > BLDDEMO: Trial build complete.
> >
> > Trial - 3 error(s), 8 warning(s)
> >
> >
> >
> > Please help me, where I was wrong.
> > What else details you require, tell me.
> >
> > Thanks & Regards,
> > Pariksheet.
> >
> >
> > "pradeep kumar" wrote:
> >
> > > Hi,
> > >
> > > It seems to be the dll or some components related to your project is missing
> > > in the release directory of your workspace project. Check that if the Release
> > > dir consist of all the dll's related to your projects added to your OS
> > > design. Just check where your execution stops & encounters those makeimg
> > > errors. Surelly you'll get some clue like me. And you can solve your issue.
> > >
> > > if you send your debug messages then it will be helpfull for me to guide you.
> > >
> > > Best regards,
> > > S. Pradeep Kumar
> > >
> > > ------------------------------------------------------------------------------------------------
> > >
> > > "Pariksheet" wrote:
> > >
> > > > Hello Sir,
> > > >
> > > > I have same problem while making the image.
> > > >
> > > > makeimg: run command: fmerge -txt
> > > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\postproc\nlssrc.txt
> > > > F:\WINCE600\public\common\oak\files\locale.txt
> > > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\nlssrc.txt
> > > > fmerge for Windows CE (Release) (Built on Apr 5 2006 11:32:16)
> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > >
> > > > I was unable to know which files or dll I have to copy and where I have copy
> > > > them.
> > > > Please help me.
> > > > My application is about developing device driver for windows mobile.
> > > > Please help me
> > > >
> > > > Thanks & Regards,
> > > > Pariksheet.
> > > >
> > > > "pradeep kumar" wrote:
> > > >
> > > > > Hi Steffen
> > > > >
> > > > > you r right, that there's missing of some DLL files in %FLATRELEASEDIR%
> > > > > directory root in my project. After copying all the files in release
> > > > > directory of the project. I had done make image, where i didn't got any
> > > > > errors, rather i got nk.bin of my OS image successfully. So from this error i
> > > > > came to know that if all the files (DLL & exe) related to the projects are
> > > > > present & build'd properly then there is no chance of getting any errors.
> > > > > Please pass this message if any one is struggling with the errors.
> > > > >
> > > > > Thanks a lot!!!!!!!!!! Steffen
> > > > >
> > > > > Best regards,
> > > > > S. Pradeep Kumar
> > > > >
> > > > > "Steffen.K" wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > this looks like a missing component, such as a dll or similar. look above
> > > > > > the output, you posted
> > > > > > --
> > > > > > Viele Grü�e / Best regards
> > > > > > Steffen Kaufmann
> > > > > >
> > > > > > www.garz-fricke.com
> > > > > >
> > > > > >
> > > > > > "pradeep kumar" wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > In my project i'm using MIPSII BSP & added to platform builder's Add catalog
> > > > > > > item's third party BSP section. OS design templates are all created and even
> > > > > > > i had Build & Sysgen the projects. I got 0 - errors & 0 - warnings. But when
> > > > > > > i try to "Make Image" from Build OS menu, i'm getting the following errors.
> > > > > > >
> > > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> > > > > > >
> > > > > > > Please help me out on how to fix this bug & to get error free images at
> > > > > > > "Make Image". Expecting your reply as early as possible.
> > > > > > >
> > > > > > > regards,
> > > > > > > Pradeep Kumar
> > > > > > >

Re: makeimg: FATAL ERROR:-( - help me by Paul

Paul
Thu Jan 03 07:07:00 PST 2008

You can uninstall and reinstall it to start the clock over again.

Paul T.

"Pariksheet" <Pariksheet@discussions.microsoft.com> wrote in message
news:A45E8FC8-803C-4FF1-92F9-755BE4531101@microsoft.com...
> Yes Sir,
>
> It's a evaluation copy.
> Then what is the solution for it?
> Whether I have to buy license copy?
> Or if I uninstall it and reinstall again,
> Will it be solves the problem?
>
> Thanks & Regards,
> Pariksheet.
>
> "pradeep kumar" wrote:
>
>> Hi,
>>
>> Its seems to be PB timebomb check error. ok, are you using Evaluation
>> version of Platform Builder ? If its a evaluation version then your
>> evaluation period may have expired & you are trying to build the
>> workspace
>> with this expired evaluation version of Platform Builder. If you do so
>> then
>> you may get this error. I had also experienced this error & also solved
>> this
>> issue.
>>
>>
>> Best regards,
>> S. Pradeep Kumar
>>
>> "Pariksheet" wrote:
>>
>> > Hello Sir,
>> >
>> > Actually I don't know much about the platform builder.
>> > I develop applications in MFC for windows mobile.
>> > I have created this application using MSDN help for "How to Develop
>> > File
>> > System Filter".
>> > I followed those steps.
>> > Now when I build the solution last time.
>> > It gives me error like below.
>> >
>> >
>> > PREROMIMAGE processing...
>> >
>> > PREROMIMAGE calling DeviceEmulator-preri.bat
>> > ***
>> > *** Selecting KITL transport to include in image (Ethernet or DMA)
>> > ***
>> > BSP_KITL_DMA=1; copy kitldma.dll kitl.dll
>> > 1 file(s) copied.
>> > 1 file(s) copied.
>> > 1 file(s) copied.
>> > 1 file(s) copied.
>> > makeimg: run command: romimage
>> > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\ce.bib
>> >
>> > Windows CE ROM Image Builder v4.0.120 Copyright (c) Microsoft
>> > Corporation
>> > Built: Jul 25 2006 16:37:02
>> >
>> > Error: failed PB timebomb check
>> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>> >
>> > BLDDEMO: Trial build complete.
>> >
>> > Trial - 3 error(s), 8 warning(s)
>> >
>> >
>> >
>> > Please help me, where I was wrong.
>> > What else details you require, tell me.
>> >
>> > Thanks & Regards,
>> > Pariksheet.
>> >
>> >
>> > "pradeep kumar" wrote:
>> >
>> > > Hi,
>> > >
>> > > It seems to be the dll or some components related to your project is
>> > > missing
>> > > in the release directory of your workspace project. Check that if the
>> > > Release
>> > > dir consist of all the dll's related to your projects added to your
>> > > OS
>> > > design. Just check where your execution stops & encounters those
>> > > makeimg
>> > > errors. Surelly you'll get some clue like me. And you can solve your
>> > > issue.
>> > >
>> > > if you send your debug messages then it will be helpfull for me to
>> > > guide you.
>> > >
>> > > Best regards,
>> > > S. Pradeep Kumar
>> > >
>> > > ------------------------------------------------------------------------------------------------
>> > >
>> > > "Pariksheet" wrote:
>> > >
>> > > > Hello Sir,
>> > > >
>> > > > I have same problem while making the image.
>> > > >
>> > > > makeimg: run command: fmerge -txt
>> > > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\postproc\nlssrc.txt
>> > > > F:\WINCE600\public\common\oak\files\locale.txt
>> > > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\nlssrc.txt
>> > > > fmerge for Windows CE (Release) (Built on Apr 5 2006 11:32:16)
>> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>> > > >
>> > > > I was unable to know which files or dll I have to copy and where I
>> > > > have copy
>> > > > them.
>> > > > Please help me.
>> > > > My application is about developing device driver for windows
>> > > > mobile.
>> > > > Please help me
>> > > >
>> > > > Thanks & Regards,
>> > > > Pariksheet.
>> > > >
>> > > > "pradeep kumar" wrote:
>> > > >
>> > > > > Hi Steffen
>> > > > >
>> > > > > you r right, that there's missing of some DLL files in
>> > > > > %FLATRELEASEDIR%
>> > > > > directory root in my project. After copying all the files in
>> > > > > release
>> > > > > directory of the project. I had done make image, where i didn't
>> > > > > got any
>> > > > > errors, rather i got nk.bin of my OS image successfully. So from
>> > > > > this error i
>> > > > > came to know that if all the files (DLL & exe) related to the
>> > > > > projects are
>> > > > > present & build'd properly then there is no chance of getting any
>> > > > > errors.
>> > > > > Please pass this message if any one is struggling with the
>> > > > > errors.
>> > > > >
>> > > > > Thanks a lot!!!!!!!!!! Steffen
>> > > > >
>> > > > > Best regards,
>> > > > > S. Pradeep Kumar
>> > > > >
>> > > > > "Steffen.K" wrote:
>> > > > >
>> > > > > > Hi,
>> > > > > >
>> > > > > > this looks like a missing component, such as a dll or similar.
>> > > > > > look above
>> > > > > > the output, you posted
>> > > > > > --
>> > > > > > Viele Grüße / Best regards
>> > > > > > Steffen Kaufmann
>> > > > > >
>> > > > > > www.garz-fricke.com
>> > > > > >
>> > > > > >
>> > > > > > "pradeep kumar" wrote:
>> > > > > >
>> > > > > > > Hi,
>> > > > > > >
>> > > > > > > In my project i'm using MIPSII BSP & added to platform
>> > > > > > > builder's Add catalog
>> > > > > > > item's third party BSP section. OS design templates are all
>> > > > > > > created and even
>> > > > > > > i had Build & Sysgen the projects. I got 0 - errors & 0 -
>> > > > > > > warnings. But when
>> > > > > > > i try to "Make Image" from Build OS menu, i'm getting the
>> > > > > > > following errors.
>> > > > > > >
>> > > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1
>> > > > > > > (dec).
>> > > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1
>> > > > > > > (dec).
>> > > > > > >
>> > > > > > > Please help me out on how to fix this bug & to get error free
>> > > > > > > images at
>> > > > > > > "Make Image". Expecting your reply as early as possible.
>> > > > > > >
>> > > > > > > regards,
>> > > > > > > Pradeep Kumar
>> > > > > > >



Re: makeimg: FATAL ERROR:-( - help me by Pariksheet

Pariksheet
Tue Jan 08 03:23:01 PST 2008

Hi Sir,

I uninstall the platform builder and reinstall it.
I build my project.
The image is also created.
But I don't know how do I run it on emulator.
I unable to deploy it on emulator.
I Configure the emulator from "Target" menu, and select the emulator.
But when I clicked on "Attach Device", it starts one emulator having black
screen.
It doesn't show anything in it.
What do I do?
Please guide me.

Thanks & Regards,
Pariksheet.

"Paul G. Tobey [eMVP]" wrote:

> You can uninstall and reinstall it to start the clock over again.
>
> Paul T.
>
> "Pariksheet" <Pariksheet@discussions.microsoft.com> wrote in message
> news:A45E8FC8-803C-4FF1-92F9-755BE4531101@microsoft.com...
> > Yes Sir,
> >
> > It's a evaluation copy.
> > Then what is the solution for it?
> > Whether I have to buy license copy?
> > Or if I uninstall it and reinstall again,
> > Will it be solves the problem?
> >
> > Thanks & Regards,
> > Pariksheet.
> >
> > "pradeep kumar" wrote:
> >
> >> Hi,
> >>
> >> Its seems to be PB timebomb check error. ok, are you using Evaluation
> >> version of Platform Builder ? If its a evaluation version then your
> >> evaluation period may have expired & you are trying to build the
> >> workspace
> >> with this expired evaluation version of Platform Builder. If you do so
> >> then
> >> you may get this error. I had also experienced this error & also solved
> >> this
> >> issue.
> >>
> >>
> >> Best regards,
> >> S. Pradeep Kumar
> >>
> >> "Pariksheet" wrote:
> >>
> >> > Hello Sir,
> >> >
> >> > Actually I don't know much about the platform builder.
> >> > I develop applications in MFC for windows mobile.
> >> > I have created this application using MSDN help for "How to Develop
> >> > File
> >> > System Filter".
> >> > I followed those steps.
> >> > Now when I build the solution last time.
> >> > It gives me error like below.
> >> >
> >> >
> >> > PREROMIMAGE processing...
> >> >
> >> > PREROMIMAGE calling DeviceEmulator-preri.bat
> >> > ***
> >> > *** Selecting KITL transport to include in image (Ethernet or DMA)
> >> > ***
> >> > BSP_KITL_DMA=1; copy kitldma.dll kitl.dll
> >> > 1 file(s) copied.
> >> > 1 file(s) copied.
> >> > 1 file(s) copied.
> >> > 1 file(s) copied.
> >> > makeimg: run command: romimage
> >> > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\ce.bib
> >> >
> >> > Windows CE ROM Image Builder v4.0.120 Copyright (c) Microsoft
> >> > Corporation
> >> > Built: Jul 25 2006 16:37:02
> >> >
> >> > Error: failed PB timebomb check
> >> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> >> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> >> >
> >> > BLDDEMO: Trial build complete.
> >> >
> >> > Trial - 3 error(s), 8 warning(s)
> >> >
> >> >
> >> >
> >> > Please help me, where I was wrong.
> >> > What else details you require, tell me.
> >> >
> >> > Thanks & Regards,
> >> > Pariksheet.
> >> >
> >> >
> >> > "pradeep kumar" wrote:
> >> >
> >> > > Hi,
> >> > >
> >> > > It seems to be the dll or some components related to your project is
> >> > > missing
> >> > > in the release directory of your workspace project. Check that if the
> >> > > Release
> >> > > dir consist of all the dll's related to your projects added to your
> >> > > OS
> >> > > design. Just check where your execution stops & encounters those
> >> > > makeimg
> >> > > errors. Surelly you'll get some clue like me. And you can solve your
> >> > > issue.
> >> > >
> >> > > if you send your debug messages then it will be helpfull for me to
> >> > > guide you.
> >> > >
> >> > > Best regards,
> >> > > S. Pradeep Kumar
> >> > >
> >> > > ------------------------------------------------------------------------------------------------
> >> > >
> >> > > "Pariksheet" wrote:
> >> > >
> >> > > > Hello Sir,
> >> > > >
> >> > > > I have same problem while making the image.
> >> > > >
> >> > > > makeimg: run command: fmerge -txt
> >> > > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\postproc\nlssrc.txt
> >> > > > F:\WINCE600\public\common\oak\files\locale.txt
> >> > > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\nlssrc.txt
> >> > > > fmerge for Windows CE (Release) (Built on Apr 5 2006 11:32:16)
> >> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> >> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> >> > > >
> >> > > > I was unable to know which files or dll I have to copy and where I
> >> > > > have copy
> >> > > > them.
> >> > > > Please help me.
> >> > > > My application is about developing device driver for windows
> >> > > > mobile.
> >> > > > Please help me
> >> > > >
> >> > > > Thanks & Regards,
> >> > > > Pariksheet.
> >> > > >
> >> > > > "pradeep kumar" wrote:
> >> > > >
> >> > > > > Hi Steffen
> >> > > > >
> >> > > > > you r right, that there's missing of some DLL files in
> >> > > > > %FLATRELEASEDIR%
> >> > > > > directory root in my project. After copying all the files in
> >> > > > > release
> >> > > > > directory of the project. I had done make image, where i didn't
> >> > > > > got any
> >> > > > > errors, rather i got nk.bin of my OS image successfully. So from
> >> > > > > this error i
> >> > > > > came to know that if all the files (DLL & exe) related to the
> >> > > > > projects are
> >> > > > > present & build'd properly then there is no chance of getting any
> >> > > > > errors.
> >> > > > > Please pass this message if any one is struggling with the
> >> > > > > errors.
> >> > > > >
> >> > > > > Thanks a lot!!!!!!!!!! Steffen
> >> > > > >
> >> > > > > Best regards,
> >> > > > > S. Pradeep Kumar
> >> > > > >
> >> > > > > "Steffen.K" wrote:
> >> > > > >
> >> > > > > > Hi,
> >> > > > > >
> >> > > > > > this looks like a missing component, such as a dll or similar.
> >> > > > > > look above
> >> > > > > > the output, you posted
> >> > > > > > --
> >> > > > > > Viele Grü�e / Best regards
> >> > > > > > Steffen Kaufmann
> >> > > > > >
> >> > > > > > www.garz-fricke.com
> >> > > > > >
> >> > > > > >
> >> > > > > > "pradeep kumar" wrote:
> >> > > > > >
> >> > > > > > > Hi,
> >> > > > > > >
> >> > > > > > > In my project i'm using MIPSII BSP & added to platform
> >> > > > > > > builder's Add catalog
> >> > > > > > > item's third party BSP section. OS design templates are all
> >> > > > > > > created and even
> >> > > > > > > i had Build & Sysgen the projects. I got 0 - errors & 0 -
> >> > > > > > > warnings. But when
> >> > > > > > > i try to "Make Image" from Build OS menu, i'm getting the
> >> > > > > > > following errors.
> >> > > > > > >
> >> > > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1
> >> > > > > > > (dec).
> >> > > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1
> >> > > > > > > (dec).
> >> > > > > > >
> >> > > > > > > Please help me out on how to fix this bug & to get error free
> >> > > > > > > images at
> >> > > > > > > "Make Image". Expecting your reply as early as possible.
> >> > > > > > >
> >> > > > > > > regards,
> >> > > > > > > Pradeep Kumar
> >> > > > > > >
>
>
>

Re: makeimg: FATAL ERROR:-( - help me by Paul

Paul
Tue Jan 08 07:16:29 PST 2008

You did a DEBUG build or a RETAIL build of your OS configuration targeting
the Emulator? Do a DEBUG build and see whether, during boot, you get debug
messages in the Platform Builder output window.

Also, it seems to me that there's a tutorial in the Platform Builder help
that uses the emulator, isn't there? You've worked through that?

Paul T.

"Pariksheet" <Pariksheet@discussions.microsoft.com> wrote in message
news:C4CCDEDA-F3BB-4868-8939-5ACF5AF5C3FF@microsoft.com...
> Hi Sir,
>
> I uninstall the platform builder and reinstall it.
> I build my project.
> The image is also created.
> But I don't know how do I run it on emulator.
> I unable to deploy it on emulator.
> I Configure the emulator from "Target" menu, and select the emulator.
> But when I clicked on "Attach Device", it starts one emulator having black
> screen.
> It doesn't show anything in it.
> What do I do?
> Please guide me.
>
> Thanks & Regards,
> Pariksheet.
>
> "Paul G. Tobey [eMVP]" wrote:
>
>> You can uninstall and reinstall it to start the clock over again.
>>
>> Paul T.
>>
>> "Pariksheet" <Pariksheet@discussions.microsoft.com> wrote in message
>> news:A45E8FC8-803C-4FF1-92F9-755BE4531101@microsoft.com...
>> > Yes Sir,
>> >
>> > It's a evaluation copy.
>> > Then what is the solution for it?
>> > Whether I have to buy license copy?
>> > Or if I uninstall it and reinstall again,
>> > Will it be solves the problem?
>> >
>> > Thanks & Regards,
>> > Pariksheet.
>> >
>> > "pradeep kumar" wrote:
>> >
>> >> Hi,
>> >>
>> >> Its seems to be PB timebomb check error. ok, are you using Evaluation
>> >> version of Platform Builder ? If its a evaluation version then your
>> >> evaluation period may have expired & you are trying to build the
>> >> workspace
>> >> with this expired evaluation version of Platform Builder. If you do so
>> >> then
>> >> you may get this error. I had also experienced this error & also
>> >> solved
>> >> this
>> >> issue.
>> >>
>> >>
>> >> Best regards,
>> >> S. Pradeep Kumar
>> >>
>> >> "Pariksheet" wrote:
>> >>
>> >> > Hello Sir,
>> >> >
>> >> > Actually I don't know much about the platform builder.
>> >> > I develop applications in MFC for windows mobile.
>> >> > I have created this application using MSDN help for "How to Develop
>> >> > File
>> >> > System Filter".
>> >> > I followed those steps.
>> >> > Now when I build the solution last time.
>> >> > It gives me error like below.
>> >> >
>> >> >
>> >> > PREROMIMAGE processing...
>> >> >
>> >> > PREROMIMAGE calling DeviceEmulator-preri.bat
>> >> > ***
>> >> > *** Selecting KITL transport to include in image (Ethernet or DMA)
>> >> > ***
>> >> > BSP_KITL_DMA=1; copy kitldma.dll kitl.dll
>> >> > 1 file(s) copied.
>> >> > 1 file(s) copied.
>> >> > 1 file(s) copied.
>> >> > 1 file(s) copied.
>> >> > makeimg: run command: romimage
>> >> > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\ce.bib
>> >> >
>> >> > Windows CE ROM Image Builder v4.0.120 Copyright (c) Microsoft
>> >> > Corporation
>> >> > Built: Jul 25 2006 16:37:02
>> >> >
>> >> > Error: failed PB timebomb check
>> >> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>> >> > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>> >> >
>> >> > BLDDEMO: Trial build complete.
>> >> >
>> >> > Trial - 3 error(s), 8 warning(s)
>> >> >
>> >> >
>> >> >
>> >> > Please help me, where I was wrong.
>> >> > What else details you require, tell me.
>> >> >
>> >> > Thanks & Regards,
>> >> > Pariksheet.
>> >> >
>> >> >
>> >> > "pradeep kumar" wrote:
>> >> >
>> >> > > Hi,
>> >> > >
>> >> > > It seems to be the dll or some components related to your project
>> >> > > is
>> >> > > missing
>> >> > > in the release directory of your workspace project. Check that if
>> >> > > the
>> >> > > Release
>> >> > > dir consist of all the dll's related to your projects added to
>> >> > > your
>> >> > > OS
>> >> > > design. Just check where your execution stops & encounters those
>> >> > > makeimg
>> >> > > errors. Surelly you'll get some clue like me. And you can solve
>> >> > > your
>> >> > > issue.
>> >> > >
>> >> > > if you send your debug messages then it will be helpfull for me to
>> >> > > guide you.
>> >> > >
>> >> > > Best regards,
>> >> > > S. Pradeep Kumar
>> >> > >
>> >> > > ------------------------------------------------------------------------------------------------
>> >> > >
>> >> > > "Pariksheet" wrote:
>> >> > >
>> >> > > > Hello Sir,
>> >> > > >
>> >> > > > I have same problem while making the image.
>> >> > > >
>> >> > > > makeimg: run command: fmerge -txt
>> >> > > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\postproc\nlssrc.txt
>> >> > > > F:\WINCE600\public\common\oak\files\locale.txt
>> >> > > > E:\Trial\RelDir\DeviceEmulator_ARMV4I_Debug\nlssrc.txt
>> >> > > > fmerge for Windows CE (Release) (Built on Apr 5 2006 11:32:16)
>> >> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1
>> >> > > > (dec).
>> >> > > > makeimg: FATAL ERROR: Command returned non-zero exit code 1
>> >> > > > (dec).
>> >> > > >
>> >> > > > I was unable to know which files or dll I have to copy and where
>> >> > > > I
>> >> > > > have copy
>> >> > > > them.
>> >> > > > Please help me.
>> >> > > > My application is about developing device driver for windows
>> >> > > > mobile.
>> >> > > > Please help me
>> >> > > >
>> >> > > > Thanks & Regards,
>> >> > > > Pariksheet.
>> >> > > >
>> >> > > > "pradeep kumar" wrote:
>> >> > > >
>> >> > > > > Hi Steffen
>> >> > > > >
>> >> > > > > you r right, that there's missing of some DLL files in
>> >> > > > > %FLATRELEASEDIR%
>> >> > > > > directory root in my project. After copying all the files in
>> >> > > > > release
>> >> > > > > directory of the project. I had done make image, where i
>> >> > > > > didn't
>> >> > > > > got any
>> >> > > > > errors, rather i got nk.bin of my OS image successfully. So
>> >> > > > > from
>> >> > > > > this error i
>> >> > > > > came to know that if all the files (DLL & exe) related to the
>> >> > > > > projects are
>> >> > > > > present & build'd properly then there is no chance of getting
>> >> > > > > any
>> >> > > > > errors.
>> >> > > > > Please pass this message if any one is struggling with the
>> >> > > > > errors.
>> >> > > > >
>> >> > > > > Thanks a lot!!!!!!!!!! Steffen
>> >> > > > >
>> >> > > > > Best regards,
>> >> > > > > S. Pradeep Kumar
>> >> > > > >
>> >> > > > > "Steffen.K" wrote:
>> >> > > > >
>> >> > > > > > Hi,
>> >> > > > > >
>> >> > > > > > this looks like a missing component, such as a dll or
>> >> > > > > > similar.
>> >> > > > > > look above
>> >> > > > > > the output, you posted
>> >> > > > > > --
>> >> > > > > > Viele Grüße / Best regards
>> >> > > > > > Steffen Kaufmann
>> >> > > > > >
>> >> > > > > > www.garz-fricke.com
>> >> > > > > >
>> >> > > > > >
>> >> > > > > > "pradeep kumar" wrote:
>> >> > > > > >
>> >> > > > > > > Hi,
>> >> > > > > > >
>> >> > > > > > > In my project i'm using MIPSII BSP & added to platform
>> >> > > > > > > builder's Add catalog
>> >> > > > > > > item's third party BSP section. OS design templates are
>> >> > > > > > > all
>> >> > > > > > > created and even
>> >> > > > > > > i had Build & Sysgen the projects. I got 0 - errors & 0 -
>> >> > > > > > > warnings. But when
>> >> > > > > > > i try to "Make Image" from Build OS menu, i'm getting the
>> >> > > > > > > following errors.
>> >> > > > > > >
>> >> > > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code
>> >> > > > > > > 1
>> >> > > > > > > (dec).
>> >> > > > > > > makeimg: FATAL ERROR: Command returned non-zero exit code
>> >> > > > > > > 1
>> >> > > > > > > (dec).
>> >> > > > > > >
>> >> > > > > > > Please help me out on how to fix this bug & to get error
>> >> > > > > > > free
>> >> > > > > > > images at
>> >> > > > > > > "Make Image". Expecting your reply as early as possible.
>> >> > > > > > >
>> >> > > > > > > regards,
>> >> > > > > > > Pradeep Kumar
>> >> > > > > > >
>>
>>
>>