PROCESSOR_IDENTIFIER: command not found

cowwoc cowwoc at bbs.darktech.org
Mon Jun 7 05:25:04 UTC 2010




cowwoc wrote:
> 
> Hi,
> 
> I'm trying to build OpenJDK under Windows7 64-bit with Visual Studio 2010.
> When I run jdk_generic_profile.sh I get:
> 
> /cygdrive/c/Users/Gili/Documents/jdk7/jdk7/jdk/make/jdk_generic_profile.sh:
> line
>  177: PROCESSOR_IDENTIFIER: command not found
> 
> I am using GNU Make 3.81 for now because I am unable to find a working
> copy of make 3.80 anywhere. The one copy I found gave this error:
> 
> /usr/bin/make.exe: error while loading shared libraries: cygintl-2.dll:
> cannot open shared object file: No such file or directory
> 
> That being said, I don't think the PROCESSOR_IDENTIFIER error is specific
> to Make. I noticed the makefile contains echo $(PROCESSOR_IDENTIFIER).
> Running this under cygwin's bash gives:
> 
>> echo $(PROCESSOR_IDENTIFIER)
> bash: PROCESSOR_IDENTIFIER: command not found
> 
> while:
> 
>> echo $PROCESSOR_IDENTIFIER
> Intel64 Family 6 Model 15 Stepping 11, GenuineIntel
> 
> Where can I get make 3.10 that will work? How do I fix the
> PROCESSOR_IDENTIFIER error?
> 
> Thank you,
> Gili 
> 

Shouldn't jdk_generic_profile.sh use braces instead of round brackets? That
is, ${PROCESSOR_IDENTIFIER} instead of $(PROCESSOR_IDENTIFIER)? Is this a
bug in the makefile?

Another thing I learned is that if you get:

"cygpath: cannot create short name of \\?\C:\Program Files\Microsoft
SDKs\Windows\v7.1" it means the referenced path does not exist. What a
misleading error message :) I initially thought there was something wrong
with the argument passed to cygpath...

Gili
-- 
View this message in context: http://old.nabble.com/PROCESSOR_IDENTIFIER%3A-command-not-found-tp28793595p28801133.html
Sent from the OpenJDK Build Infrastructure mailing list archive at Nabble.com.




More information about the build-dev mailing list