Re: [Gems-users] ruby compile errors again


Date: Sat, 14 May 2011 15:32:37 +0100
From: "Adamantini Peratikou" <Adamantini.Peratikou@xxxxxxxxxx>
Subject: Re: [Gems-users] ruby compile errors again
HELlo again,

I seem to fix the previous problem, by moving my INCLUDE ROOT Of the make file to $(SIMICS_INSTALL)/simics-model-builder-4.2.34/src/include. THEN I FACED another error that it couldnt find teh directory so i ve changed the gems/common/ioutil/attrparse.y and gems/common/ioutil/attrlex.l includes from simics/api.h to $(SIMICS_INSTALL)/simics-model-builder-4.2.34/src/include/simics/api.h and the attrlex from $(SIMICS_INSTALL)/src/include to $(SIMICS_INSTALL)/simics-model-builder-4.2.34/src/include since everything is in model builder..
And again the same error  for no rule for api.h appears.. I dont know what else to do.. if i change teh include root back to SIMICS_INSTALL/src/include it will not find the api.h as it is on model builder and all the header files needed are in model builder.. any ideas?? please advice.. im desperate..

thank you

4.2.34/src/include/simics/core -I/home/psycho/gems/simics-4.2.73/simics-model-builder-4.2.34/src/include/simics/arch -I/home/psycho/gems/simics-4.2.73/simics-model-builder-4.2.34/src/include/simics/util  generated/MSI_MOSI_CMP_directory/attrparse.c | sed -e '\''s@^\(.*\)\.o:@x86-linux/generated/MSI_MOSI_CMP_directory/obj/attrparse.d:@'\'' | sed -e '\''s@^\(.*\)\.d:@\1.d \1.o:@'\'' > x86-linux/generated/MSI_MOSI_CMP_directory/obj/attrparse.d #'
make[1]: Leaving directory `/home/psycho/gems/ruby'
make[1]: Entering directory `/home/psycho/gems/ruby'
make[1]: Circular x86-linux/generated/MSI_MOSI_CMP_directory/obj/init.o <- default_param.h dependency dropped.
make[1]: *** No rule to make target `$(SIMICS_INSTALL)/simics-model-builder-4.2.34/src/include/simics/api.h', needed by `x86-linux/generated/MSI_MOSI_CMP_directory/obj/attrparse.o'. Stop.
make[1]: Leaving directory `/home/psycho/gems/ruby'
make: *** [all] Error 2

[← Prev in Thread] Current Thread [Next in Thread→]