Mini6410 upgrade error

Max_egodom3
Hi,
I downloaded last update for mini6410, and i tried to rebuild my Project in
WINCE 6 R3.
I get an error in building process (obviously before update there was no
errors).
This is builder output:

BUILD: [00:0000001280:PROGC ] Building COMPILE Pass in
C:\WINCE600\PLATFORM\COMMON\SRC\SOC\Copy of S3C6410_SEC_V1\OAL\CACHE\
directory.
BUILD: [01:0000001290:ERRORE]
C:\WINCE600\public\common\oak\misc\makefile.def(3250) :  U1033: syntax
error : 'C:\WINCE600\PLATFORM\COMMON\SRC\SOC\Copy' unexpected
BUILD: [01:0000001292:ERRORE] NMAKE.EXE TargetCompilePass  -i -c
BUILDMSG=Stop.  BUILDROOT=C:\WINCE600\PLATFORM\COMMON CLEANBUILD=1 NOLINK=1
NOPASS0=1 failed - rc = 2

This is the makefile.def lines near 3250:

!IFDEF PREPROCESSDEFFILE
$(_RELEASELIBDIR)\$(TARGETDEFNAME).def: $(_OBJDIR)\$(TARGETDEFNAME).def
    @echo BUILD_MARKER:PREPROCESSDEFFILE_START
    $(DEFPREPROCESS) $(DEFPREPROCINC) -Tc$(DEFFILE) > $@
    @echo BUILD_MARKER:PREPROCESSDEFFILE_END

$(_OBJDIR)\$(TARGETDEFNAME).def: $(DEFFILE)
    @echo BUILD_MARKER:PREPROCESSDEFFILE_START
    $(DEFPREPROCESS) $(DEFPREPROCINC) -Tc$(DEFFILE) > $@
    @echo BUILD_MARKER:PREPROCESSDEFFILE_END
!ELSE IFDEF _IN_CESYSGEN
$(_RELEASELIBDIR)\$(TARGETDEFNAME).def:
    copy $(DEFFILE) $@
!ELSE
$(_RELEASELIBDIR)\$(TARGETDEFNAME).def: $(DEFFILE)
    copy $(DEFFILE) $@
!ENDIF
 
Line 3250 is this "  @echo BUILD_MARKER:PREPROCESSDEFFILE_START"

What's the matter?
If someone had get same error I will be pleased to know how to solve it.
If can be useful other indications, I will publish everything that need.
THANKS to all.

Errol
If i have to guess, then the def file doesn't support spaces in file
names...

Error:
error : 'C:\WINCE600\PLATFORM\COMMON\SRC\SOC\Copy' unexpected

Directory:
C:\WINCE600\PLATFORM\COMMON\SRC\SOC\Copy of S3C6410_SEC_V1\OAL\CACHE\

It cuts off at the first space...

I don't have a mini6410 but I think i have seen this before...

Max_egodom3
Thanks for your fast replay.
I have not seen this particular (i feel me like a donk, I was tired)
I think that you are right and now I test it immediately.
I give a feedback as soon as possibile.

Thanks again.

Max_egodom3
GOAL, You are right.
THANKS.
The problem is what you wrote.
I have moved directory to another place, outside C:\WINCE600, and now all
works fine.

Now we know that Platform builder don't want space between directory names,
not only for directory of system you are developing, but for all directory.

Errol
Glad that it worked.

The problem isn't platform builder. The makefile.def in the bsp is a script
that copies files around. That script wasn't written to support spaces in
file names. I think i have fixed it before, but didn't back up those
changes as it is a problem that rarely happens. :-)