Discussion:
cyclone compiler error
(too old to reply)
c***@CSIC.UMD.EDU
2005-10-04 02:09:31 UTC
Permalink
When compiling with the cyclone version of the kernel I get this
error:
$ gmake
./scripts/dobuildlib `cd ..; echo $PWD`
./scripts/dobuildlib: line 25: buildlib: command not found
Buildlib failed!
gmake: *** [buildlib] Error 1

any suggestions?
Adel
2005-10-05 19:31:13 UTC
Permalink
Post by c***@CSIC.UMD.EDU
When compiling with the cyclone version of the kernel I get this
$ gmake
./scripts/dobuildlib `cd ..; echo $PWD`
./scripts/dobuildlib: line 25: buildlib: command not found
Buildlib failed!
gmake: *** [buildlib] Error 1
any suggestions?
There are two possibilities here:

1- If the error occurs while compiling in the linux lab
The directory into which the Cyclone binaries have been installed should
be in your search path. On Linuxlab, this is:
/afs/csic/projects/cmsc412/cyclone-0.8.2a/bin/


2- If u are building the project at home.
When you build Cyclone, the binary "buildlib" is in the cyclone/bin
directory in the distribution, but it is not installed when doing make
install. Therefore you have to copy this executable to your install
directory by hand. I did this on linuxlab, and I can build the project
there with no problem.

Loading...