Re: NMAKE : U1073: don't know how to make 'RomImage' ?????
From: saradhi (saradhidv_at_esntechnologies.co.in)
Date: 08/30/04
- Next message: Don Dumitru [MSFT]: "Re: What seeds CeGenRandom?"
- Previous message: Bruce Eitman \(eMVP\): "Re: a question on boot loader"
- In reply to: Bruce Eitman \(eMVP\): "Re: NMAKE : U1073: don't know how to make 'RomImage' ?????"
- Next in thread: Sujith: "Re: NMAKE : U1073: don't know how to make 'RomImage' ?????"
- Reply: Sujith: "Re: NMAKE : U1073: don't know how to make 'RomImage' ?????"
- Messages sorted by: [ date ] [ thread ]
Date: 29 Aug 2004 22:08:42 -0700
Thank you Bruce Eitman.
I am using the default source and make files supplied by microsoft.
Is there any wrong using these files ??
I am attaching the source and make files with this reply.
Thanks in Advance,
Regards,
Saradhi.
ESN Technologies,
Hyd,
India
/********SOURCE FILE*********************************/
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
If you did not accept the terms of the EULA, you are not authorized to use
this source code. For a copy of the EULA, please see the LICENSE.RTF on your
install media.
!endif
!IF 0
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
!ENDIF
SYNCHRONIZE_DRAIN=1
TARGETNAME=EBOOT
TARGETTYPE=PROGRAM
WINCECPU=1
RELEASETYPE=PLATFORM
EXEENTRY=StartUp
INCLUDES=$(_PUBLICROOT)\common\oak\csp\x86\loadcepc\inc; \
$(_PUBLICROOT)\common\oak\csp\i486\inc; \
..\inc; \$(_PUBLICROOT)\common\oak\inc;\
e:\wince400\public\common\oak\inc;\
$(_PUBLICROOT)\common\ddk\inc;
WINCETARGETFILES=RomImage
LDEFINES=-subsystem:native /DEBUG /DEBUGTYPE:CV /FIXED:NO
CDEFINES= $(CDEFINES) -DCOREDLL -DDRAW_PROGRESS_BAR=0
TARGETLIBS=$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\fulllibc.lib \
$(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\blcommon.lib \
$(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\ne2kdbg.lib \
$(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\rtl8139dbg.lib \
$(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\dp83815dbg.lib \
$(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\net2890lib.lib \
$(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\rne_mdd.lib \
$(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\eboot.lib
SOURCES=main.c \
debug.c \
pci.c \
pciconfig.c \
format.c \
oeminit.asm
/*********** END OF SOURCE FILE*******************************/
/************MAKE FILE****************************************/
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
If you did not accept the terms of the EULA, you are not authorized to use
this source code. For a copy of the EULA, please see the LICENSE.RTF on your
install media.
!endif
#
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
# file to this component. This file merely indirects to the real make file
# that is shared by all the components
#
!INCLUDE $(_MAKEENVROOT)\makefile.def
/*****************END OF MAKEFILE*****************************/
"Bruce Eitman \(eMVP\)" <beitmannospam@NOSPAM_applieddata.NOSPAM_net> wrote in message news:<OrBUNVDjEHA.384@TK2MSFTNGP10.phx.gbl>...
> Show us the contents of your sources and makefile. Something is wrong with
> one of them.
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> beitman AT applieddata DOT net
>
> Applied Data Systems
> www.applieddata.net
> An ISO 9001:2000 Registered Company
> Microsoft WEP Gold-level Member
>
> Do have an opinion on the effectiveness of Microsoft Windows Mobile and
> Embedded newsgroups? Let us know!
> https://www.windowsembeddedeval.com/community/newsgroups
- Next message: Don Dumitru [MSFT]: "Re: What seeds CeGenRandom?"
- Previous message: Bruce Eitman \(eMVP\): "Re: a question on boot loader"
- In reply to: Bruce Eitman \(eMVP\): "Re: NMAKE : U1073: don't know how to make 'RomImage' ?????"
- Next in thread: Sujith: "Re: NMAKE : U1073: don't know how to make 'RomImage' ?????"
- Reply: Sujith: "Re: NMAKE : U1073: don't know how to make 'RomImage' ?????"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|