make后没法make install
找到bianry的目录后skyeye
[root@localhost binary]# ./skyeye
------------------------- SkyEye -V1.0 ---------------------------
Usage: SkyEye [options] program [program args]
Default mode is STANDALONE mode
------------------------------------------------------------------
Options:
-e exec-file the (ELF executable format)kernel file name.
-d in GDB Server mode (can be connected by GDB).
-c config-file the skyeye configure file name.
-h This Help Display
------------------------------------------------------------------
debugmode= 0, filename = (null), server TCP port is 12345
Failed to open skyeye config file skyeye.conf in the same directory
[root@localhost binary]#
After Skyeye-1.0, install procedure is very different with previous verion. before 1.0 version , you need to run .,/configure. But after 1.0 verison , you just run make that will be ok. Please read the readme in source package CAREFULLY.