I have a custom BSP, on ARM.

if I make a release build, it succeeded and if I make a debug build it will
fail, right in the sysgen phase, and the error is,
makefile.def: BUILDROOT is E:\WINCE420\public\common\cesysgen
NMAKE : fatal error U1073: don't know how to make
'E:\WINCE420\public\common\oak\lib\ARMV4I\debug\emul.lib'
Stop.
NMAKE : fatal error U1077: 'E:\WINCE420\sdk\bin\i386\nmake.exe' : return
code '0x2'
Stop.

My configuration is TinyKernel.

But the funniest part is that, I was able to do the same some days back, and
I don't remember I have made some difference in the files.

please advise....

Re: Debug Build by Dean

Dean
Mon Dec 13 07:14:29 CST 2004

Try a clean build, sounds like some files are out of sync.

--
Dean Ramsier - eMVP


"NewBie" <nospam@nospam.com> wrote in message
news:ex8MvEQ4EHA.3596@TK2MSFTNGP12.phx.gbl...
> I have a custom BSP, on ARM.
>
> if I make a release build, it succeeded and if I make a debug build it
will
> fail, right in the sysgen phase, and the error is,
> makefile.def: BUILDROOT is E:\WINCE420\public\common\cesysgen
> NMAKE : fatal error U1073: don't know how to make
> 'E:\WINCE420\public\common\oak\lib\ARMV4I\debug\emul.lib'
> Stop.
> NMAKE : fatal error U1077: 'E:\WINCE420\sdk\bin\i386\nmake.exe' : return
> code '0x2'
> Stop.
>
> My configuration is TinyKernel.
>
> But the funniest part is that, I was able to do the same some days back,
and
> I don't remember I have made some difference in the files.
>
> please advise....
>
>



Re: Debug Build by NewBie

NewBie
Mon Dec 13 21:50:15 CST 2004

I tried.. still it is giving the same message. this started giving, once I
have added the display driver to the basic configuration. but after getting
this, I have removed the driver, but the error still is there.

Regards
Manu

"Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
news:uALyuWR4EHA.2876@TK2MSFTNGP12.phx.gbl...
> Try a clean build, sounds like some files are out of sync.
>
> --
> Dean Ramsier - eMVP
>
>
> "NewBie" <nospam@nospam.com> wrote in message
> news:ex8MvEQ4EHA.3596@TK2MSFTNGP12.phx.gbl...
>> I have a custom BSP, on ARM.
>>
>> if I make a release build, it succeeded and if I make a debug build it
> will
>> fail, right in the sysgen phase, and the error is,
>> makefile.def: BUILDROOT is E:\WINCE420\public\common\cesysgen
>> NMAKE : fatal error U1073: don't know how to make
>> 'E:\WINCE420\public\common\oak\lib\ARMV4I\debug\emul.lib'
>> Stop.
>> NMAKE : fatal error U1077: 'E:\WINCE420\sdk\bin\i386\nmake.exe' : return
>> code '0x2'
>> Stop.
>>
>> My configuration is TinyKernel.
>>
>> But the funniest part is that, I was able to do the same some days back,
> and
>> I don't remember I have made some difference in the files.
>>
>> please advise....
>>
>>
>
>



Re: Debug Build by NewBie

NewBie
Mon Dec 13 23:47:36 CST 2004

Also, I am not able to make a debug build of any configuration or any BSP,
which is ARMV4I. I have tried ARMINTEGRETOR and SAMSUNG BSPs.

Please advise.


"Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
news:uALyuWR4EHA.2876@TK2MSFTNGP12.phx.gbl...
> Try a clean build, sounds like some files are out of sync.
>
> --
> Dean Ramsier - eMVP
>
>
> "NewBie" <nospam@nospam.com> wrote in message
> news:ex8MvEQ4EHA.3596@TK2MSFTNGP12.phx.gbl...
>> I have a custom BSP, on ARM.
>>
>> if I make a release build, it succeeded and if I make a debug build it
> will
>> fail, right in the sysgen phase, and the error is,
>> makefile.def: BUILDROOT is E:\WINCE420\public\common\cesysgen
>> NMAKE : fatal error U1073: don't know how to make
>> 'E:\WINCE420\public\common\oak\lib\ARMV4I\debug\emul.lib'
>> Stop.
>> NMAKE : fatal error U1077: 'E:\WINCE420\sdk\bin\i386\nmake.exe' : return
>> code '0x2'
>> Stop.
>>
>> My configuration is TinyKernel.
>>
>> But the funniest part is that, I was able to do the same some days back,
> and
>> I don't remember I have made some difference in the files.
>>
>> please advise....
>>
>>
>
>



Re: Debug Build by Dean

Dean
Tue Dec 14 07:26:32 CST 2004

Have you done anything that would have interfered with the libraries in the
Public tree, such as building the common code? You could be in a state
where some of these libraries are either missing or corrupt. If so, you'd
need to get them back either by building that section of the code (if the
source exists), obtaining them from someone else's machine, or reinstalling
PB.

--
Dean Ramsier - eMVP


"NewBie" <nospam@nospam.com> wrote in message
news:uye8y$Z4EHA.524@TK2MSFTNGP09.phx.gbl...
> Also, I am not able to make a debug build of any configuration or any BSP,
> which is ARMV4I. I have tried ARMINTEGRETOR and SAMSUNG BSPs.
>
> Please advise.
>
>
> "Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
> news:uALyuWR4EHA.2876@TK2MSFTNGP12.phx.gbl...
> > Try a clean build, sounds like some files are out of sync.
> >
> > --
> > Dean Ramsier - eMVP
> >
> >
> > "NewBie" <nospam@nospam.com> wrote in message
> > news:ex8MvEQ4EHA.3596@TK2MSFTNGP12.phx.gbl...
> >> I have a custom BSP, on ARM.
> >>
> >> if I make a release build, it succeeded and if I make a debug build it
> > will
> >> fail, right in the sysgen phase, and the error is,
> >> makefile.def: BUILDROOT is E:\WINCE420\public\common\cesysgen
> >> NMAKE : fatal error U1073: don't know how to make
> >> 'E:\WINCE420\public\common\oak\lib\ARMV4I\debug\emul.lib'
> >> Stop.
> >> NMAKE : fatal error U1077: 'E:\WINCE420\sdk\bin\i386\nmake.exe' :
return
> >> code '0x2'
> >> Stop.
> >>
> >> My configuration is TinyKernel.
> >>
> >> But the funniest part is that, I was able to do the same some days
back,
> > and
> >> I don't remember I have made some difference in the files.
> >>
> >> please advise....
> >>
> >>
> >
> >
>
>



Re: Debug Build by NewBie

NewBie
Wed Dec 15 22:23:59 CST 2004

I have got it reinstalled.

Thank you.........

"Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
news:OMkkICe4EHA.1300@TK2MSFTNGP14.phx.gbl...
> Have you done anything that would have interfered with the libraries in
> the
> Public tree, such as building the common code? You could be in a state
> where some of these libraries are either missing or corrupt. If so, you'd
> need to get them back either by building that section of the code (if the
> source exists), obtaining them from someone else's machine, or
> reinstalling
> PB.
>
> --
> Dean Ramsier - eMVP
>
>
> "NewBie" <nospam@nospam.com> wrote in message
> news:uye8y$Z4EHA.524@TK2MSFTNGP09.phx.gbl...
>> Also, I am not able to make a debug build of any configuration or any
>> BSP,
>> which is ARMV4I. I have tried ARMINTEGRETOR and SAMSUNG BSPs.
>>
>> Please advise.
>>
>>
>> "Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
>> news:uALyuWR4EHA.2876@TK2MSFTNGP12.phx.gbl...
>> > Try a clean build, sounds like some files are out of sync.
>> >
>> > --
>> > Dean Ramsier - eMVP
>> >
>> >
>> > "NewBie" <nospam@nospam.com> wrote in message
>> > news:ex8MvEQ4EHA.3596@TK2MSFTNGP12.phx.gbl...
>> >> I have a custom BSP, on ARM.
>> >>
>> >> if I make a release build, it succeeded and if I make a debug build it
>> > will
>> >> fail, right in the sysgen phase, and the error is,
>> >> makefile.def: BUILDROOT is E:\WINCE420\public\common\cesysgen
>> >> NMAKE : fatal error U1073: don't know how to make
>> >> 'E:\WINCE420\public\common\oak\lib\ARMV4I\debug\emul.lib'
>> >> Stop.
>> >> NMAKE : fatal error U1077: 'E:\WINCE420\sdk\bin\i386\nmake.exe' :
> return
>> >> code '0x2'
>> >> Stop.
>> >>
>> >> My configuration is TinyKernel.
>> >>
>> >> But the funniest part is that, I was able to do the same some days
> back,
>> > and
>> >> I don't remember I have made some difference in the files.
>> >>
>> >> please advise....
>> >>
>> >>
>> >
>> >
>>
>>
>
>