Wind River Support Network

HomeDefectsLIN6-8117
Fixed

LIN6-8117 : make: *** No rule to make target `ovpmgr'.

Created: Jul 4, 2013    Updated: Dec 3, 2018
Resolved Date: Dec 12, 2013
Previous ID: LIN5-17221
Found In Version: 6.0
Fix Version: 6.0.0.1
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Workbench Integration

Description

Problem Description
======================
No make target "ovpmgr" in a kvm host project.

make: *** No rule to make target `ovpmgr'.

Expected Behavior
======================
Observe that the ovpmgr GUI tool appears.

Observed Behavior
======================
See Logs.

Logs
======================
Build Started in Project 'h5-import':   2013-07-04 10:20:09
Generation of makefiles started.
Generation of makefiles finished (Elapsed Time: 00:04).
Platform: Wind River Linux Platform Base 5.0.1
Command: make WB_PARABUILD= ovpmgr
Working Directory: /tmp/393783wb/h5-import
make: *** No rule to make target `ovpmgr'.  Stop.
Doubleclick here to scan Project 'h5-import' for errors.
Build Failed in Project 'h5-import' (Process Exit Value was 2):   2013-07-04 10:20:13   (Elapsed Time: 00:04)


Misc Info
======================
N/A

Workaround

Add this text to the bottom of the imported projects Makefile.wr (found in the project's tree in the Project Navigator):

ovpmgr : 
                @if [ ! -f $(WRLINUX_DIR)/host-cross/usr/bin/ovpmgr_gui.sh ] ; then \
                     echo " "; \
                     echo "NOTE: Please run 'make -C build ovpmgr-native' first"; \
                     echo " "; \
                else \
                     $(WRLINUX_DIR)/host-cross/usr/bin/ovpmgr_gui.sh; \
                fi

Steps to Reproduce

Create a KVM Host project, import it now into Workbench with "Files > Import > Wind River Linux > Import Existing project...".

Observe that there is a new build target "ovpmgr" in the project's tree.

Right-click on "ovpmgr", and select "Build Target".

make: *** No rule to make target `ovpmgr'.

Other Downloads


Live chat
Online