How to create Pegasus repository if corss compiler is used?
"Yaligar, Veeresh S \(STSD\)" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <DAD483C7C19E084EA1E9FC673039693934472E88CB@GVW1157EXB.americas.hpqcorp.net> |
Hi I am building Pegasus for PowerPC Linux. I use RH Linux server to build Pegasus with ppc cross compiler. I am able to build the binaries for ppc. My make repository command fails with following error. Obviously binary file cimmofl for PowerPC does not run on this build machine (RHLinux) as both are different platforms. How do get repository directory generated in this case? make repository make[1]: Entering directory `/export/svn_workarea/op-cimom/pegasus-2.9.0/Schemas/Pegasus' make --directory=Internal repository make[2]: Entering directory `/export/svn_workarea/op-cimom/pegasus-2.9.0/Schemas/Pegasus/Internal' +++++ Loading Core_Qualifiers.mof into root/PG_Internal namespace ... /bin/sh: line 1: cimmofl: command not found make[2]: *** [repository] Error 127 make[2]: Leaving directory `/export/svn_workarea/op-cimom/pegasus-2.9.0/Schemas/Pegasus/Internal' make[1]: *** [repository] Error 2 make[1]: Leaving directory `/export/svn_workarea/op-cimom/pegasus-2.9.0/Schemas/Pegasus' make: *** [repository] Error 2 [root@smistest3 pegasus-2.9.0]# cd pegasus_home/ Thanks Veeresh