[Gems-users] Parameter setting problem in config/rubyconfig.default and tester.default


Date: Thu, 13 Aug 2009 23:34:00 -0400
From: Julia Lu <hlu@xxxxxxxxxx>
Subject: [Gems-users] Parameter setting problem in config/rubyconfig.default and tester.default
Hi all,

My ruby compilation can work successfully for ruby in the default setting or 
with the network-mode tester of Garnet.
But when I am trying to change any parameter in config/rubyconfig.default or 
config/tester.default for both original distributed GEMS or network-mode of 
Garnet, and re-make 
(compile again by $ ./ruby > make PROTOCOL=MOESI_CMP_directory 
DESTINATION=MOESI_CMP_directory) 
I encounter hundreds of same errors as the following:

generated/MOESI_CMP_directory/default_param.h:923: error: stray '\' in program
generated/MOESI_CMP_directory/default_param.h:923: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:924: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:925: error: stray '\' in program
generated/MOESI_CMP_directory/default_param.h:925: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:926: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:927: error: stray '\' in program
generated/MOESI_CMP_directory/default_param.h:927: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:928: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:929: error: stray '\' in program
generated/MOESI_CMP_directory/default_param.h:929: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:930: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:931: error: stray '\' in program
generated/MOESI_CMP_directory/default_param.h:931: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:932: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:933: error: stray '\' in program
generated/MOESI_CMP_directory/default_param.h:933: error: missing terminating " 
character
generated/MOESI_CMP_directory/default_param.h:3: error: 'n' was not declared in 
this scope
generated/MOESI_CMP_directory/default_param.h:5: error: expected ',' or ';' 
before 'n'

where default_param.h seems to be an embedded text file generated from 
config/rubyconfig.default


Hope this is not a stupid question.
Could you see any potentail problem from these error?
Any advice would be appreciated. Thanks a lot for your help here.

All the best.

Thanks,
Julia

[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] Parameter setting problem in config/rubyconfig.default and tester.default, Julia Lu <=