OpenClovis / SAFplus-Availability-Scalability-Platform

Middleware that provides libraries, GUI, and code generator to design multi-node (clustered) applications that are highly available, redundant, and scalable. Provides sub-second node and application fault detection and failover, and useful application libraries including distributed hash tables (checkpoint), event, logging, and communications. Implements SA-Forum APIs where applicable. Used anywhere reliability is a must -- like telecom, wireless, defense and enterprise computing. Download stable release with installer from: ftp.openclovis.com
www.openclovis.com
GNU General Public License v2.0
19 stars 13 forks source link

Prebuild failed #106

Closed hoangle closed 10 years ago

hoangle commented 10 years ago

MODEL_PATH = /opt/clovis/6.1/sdk/prebuild/asp/src TARGET_OS = linux-3.2.50 TARGET_PLATFORM = x86_64 CROSS_BUILD = local label file = /opt/clovis/6.1/sdk/prebuild/asp/src/target/x86_64/linux-3.2.50/build_label directory for label file doesn't exist directory name = /opt/clovis/6.1/sdk/prebuild/asp/src/target/x86_64/linux-3.2.50 make: *\ [label_build] Error 1

hungta commented 10 years ago

The issue is at define.mk.in at MODEL_PATH variable: export MODEL_PATH=$(PROJECT_ROOT)/$(ASP_MODEL_NAME)/src

MODEL_PATH should not be fixed but it should depend on value of MODEL_PATH during configure the model. configure script has to be updated accordingly.