mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix OPAL-RT AsyncIP model for RT-LAB 11.1.x
This commit is contained in:
parent
6ccb8c674c
commit
321df2ba6b
2 changed files with 7 additions and 8 deletions
|
@ -49,8 +49,13 @@ endif
|
|||
|
||||
TARGET_LIB = -lpthread -lm -ldl -lutil -lrt $(INTEL_LIBS)
|
||||
|
||||
INCLUDES = -I. $(OPAL_INCPATH) -Iinclude
|
||||
LIBPATH = -L. $(OPAL_LIBPATH)
|
||||
LIBPATH = -L. $(OPAL_LIBPATH)
|
||||
INCLUDES = -I. -Iinclude $(OPAL_INCPATH)
|
||||
|
||||
ifneq ($(RTLAB_ROOT),)
|
||||
INCLUDES += -I$(RTLAB_ROOT)/common/include_target
|
||||
endif
|
||||
|
||||
CC_OPTS = -m32 -std=c99 -D_GNU_SOURCE -MMD
|
||||
LD_OPTS = -m32
|
||||
OBJS = main.o msg.o utils.o socket.o $(INTEL_OBJS)
|
||||
|
|
|
@ -36,8 +36,6 @@ WATCHDOG_TIMEOUT=5000
|
|||
INTERNAL_IGN_SOURCE_FILE=sfun_gen_async_ctrl.c sfun_recv_async.c sfun_send_async.c
|
||||
INTERNAL_LIBRARY2=-lOpalAsyncApiR2014b
|
||||
INTERNAL_LIBRARY3=-lOpalAsyncApiCore
|
||||
[ExtraGetFilesComp_1_RT_LAB]
|
||||
AsyncIP=Binary|Async_Proc
|
||||
[ExtraPutFilesComp]
|
||||
Makefile.mk=Ascii
|
||||
include\config.h=Ascii
|
||||
|
@ -50,10 +48,6 @@ src\main.c=Ascii
|
|||
src\msg.c=Ascii
|
||||
src\socket.c=Ascii
|
||||
src\utils.c=Ascii
|
||||
[ExtraPutFilesComp_1_RT_LAB]
|
||||
C:\OPAL-RT\RT-LAB\v11.0.8.13\common\lib\redhawk\libOpalAsyncApiCore.a=Binary|Other
|
||||
[ExtraPutFilesLoad_1_RT_LAB]
|
||||
.\send_receive_sm_model\OpREDHAWKtarget\AsyncIP=Binary|Async_Proc
|
||||
[General]
|
||||
ATT_CHECKSUM1=2360032266
|
||||
ATT_CHECKSUM2=1041833943
|
||||
|
|
Loading…
Add table
Reference in a new issue