Add new comment

Well... it did work when I cloned parallel driver, but now when I'm trying to clone WINCE600\PLATFORM\COMMON\SRC\X86\COMMON\INTR to add my own ISR for IRQ7 I get error while making "sysgnen_capture -p common intr".

What I can see in build.log is:

"Starting sysgen phase for project ( common )
Found localized resources for Languages ( 0404 0407 0409 040C 0410 0411 0412 0413 0416 0419 041D 0804 0C0A)

Microsoft (R) Program Maintenance Utility Version CE-6.00.1893.0
Copyright (C) Microsoft Corporation. All rights reserved.

Windows CE Version (Release) (Built on Jun 30 2006 16:52:46)
makefile.def: Invoked with predefined settings:
TARGETNAME: dummy
TARGETTYPE: dummy
RELEASETYPE:
TARGETLIBS:
SOURCELIBS:
makefile.def: Including D:\WINCE600\public\common\oak\misc\Sources.default
makefile.def: BUILDROOT is D:\WINCE600\public\common\cesysgen
makefile.def: Including D:\WINCE600\PUBLIC\COMMON\CESYSGEN\sources
makefile.def: Including D:\WINCE600\public\common\oak\misc\Sources.CE
Directory: D:\WINCE600\PUBLIC\COMMON\CESYSGEN
TARGETNAME: dummy
RELEASETYPE is not defined. Using DEFAULT.
makefile.def: Including D:\WINCE600\public\common\oak\misc\sources.ReleaseType_DEFAULT
NMAKE : fatal error U1073: don't know how to make 'intr'
Stop."

What is wrong?