[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: janos meta-makefile problem
> Dear sir:
> Now I am using meta-makefiles.But when I config janosvm,it told
> me that I must set janosvm_LOCAL_KAFFEH and janosvm_LOCAL_JSIHEY.When I
> set it as
> "janosvm_LOCAL_KAFFEH:=/usr/local/janosvm-0.6.0/kaffeh/kaffeh" and
Is this the install directory? They should look something like:
for install - /usr/local/bin/kaffeh
/usr/local/bin/jsihey
for build tree - build/kaffe/kaffeh/kaffeh
build/kaffe/jsihey/jsihey
> "janosvm_LOCAL_JSIHEY:=/usr/local/janosvm-0.6.0/kaffeh/jsihey", there
> were errors when I made it.It told me that
> "/usr/local/janosvm-0.6.0/kaffe/kaffeh" is a derectory,but there were
> not such files which were executable.
Well, you need to configure, build, and install janosvm separately in
order to make executables that will work on your machine. This is needed
because when janosvm is configured to run on top of oskit/moab all of the
generated executables are designed to run on a bare machine, so those
kaffeh and jsihey binaries are useless and a set of previously compiled
ones is needed.
However, the meta-makefiles should already take care of this for you. The
janosvmtools component will perform the build and install of a functioning
set of executables. Make sure you do something like:
make janosvmtools-configure
make janosvmtools-all
make janosvmtools-install
before doing:
make janosvm-configure
make janosvm-all
> How can I solve it?
> Thanks!
tim stack
[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah