caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Installation error while running make all

Open shashankg7 opened this issue 9 years ago • 4 comments

I am getting following error while installing Caffe on Ubuntu 15.04.

ln: target ‘.build_release/tools/finetune_net’ is not a directory Makefile:592: recipe for target '.build_release/tools/finetune_net' failed make: *** [.build_release/tools/finetune_net] Error 1

How to resolve this issue?

shashankg7 avatar Nov 15 '15 11:11 shashankg7

I got the similar errors while making caffe, and didn't know how to solve this. Can anyone help? The detailed info about the error is shown as below: ln: ln: target ‘.build_debug/tools/net_speed_benchmark’ is not a directory ln: target ‘.build_debug/tools/finetune_net’ is not a directory target ‘.build_debug/tools/compute_image_mean’ is not a directory make: *** [.build_debug/tools/finetune_net] Error 1 make: *** Waiting for unfinished jobs.... make: *** [.build_debug/tools/compute_image_mean] Error 1 make: *** [.build_debug/tools/net_speed_benchmark] Error 1 ln: target ‘.build_debug/tools/upgrade_net_proto_text’ is not a directory make: *** [.build_debug/tools/upgrade_net_proto_text] Error 1 ln: target ‘.build_debug/tools/dump_network’ is not a directory make: *** [.build_debug/tools/dump_network] Error 1

zmykevin avatar Nov 22 '15 09:11 zmykevin

I also encounter the same issue. Do you have a proper solutions for this?

ghost avatar Mar 10 '17 08:03 ghost

Does someone else have solved this problem?

wangwen39 avatar Jul 17 '18 12:07 wangwen39

i also encounter this issue. do you have an idea?

I got the similar errors while making caffe, and didn't know how to solve this. Can anyone help? The detailed info about the error is shown as below: ln: ln: target ‘.build_debug/tools/net_speed_benchmark’ is not a directory ln: target ‘.build_debug/tools/finetune_net’ is not a directory target ‘.build_debug/tools/compute_image_mean’ is not a directory make: *** [.build_debug/tools/finetune_net] Error 1 make: *** Waiting for unfinished jobs.... make: *** [.build_debug/tools/compute_image_mean] Error 1 make: *** [.build_debug/tools/net_speed_benchmark] Error 1 ln: target ‘.build_debug/tools/upgrade_net_proto_text’ is not a directory make: *** [.build_debug/tools/upgrade_net_proto_text] Error 1 ln: target ‘.build_debug/tools/dump_network’ is not a directory make: *** [.build_debug/tools/dump_network] Error 1

calvin-valtz avatar Nov 13 '20 04:11 calvin-valtz