Commit 3422fdd4 authored by Claes's avatar Claes

Ubuntu build

parent 8c284a93
...@@ -163,7 +163,7 @@ static pwr_tStatus IoRackInit ( ...@@ -163,7 +163,7 @@ static pwr_tStatus IoRackInit (
protocol = daveProtoISOTCP243; protocol = daveProtoISOTCP243;
break; break;
case pwr_eNodave_ProtocolEnum_ISOTCPR: case pwr_eNodave_ProtocolEnum_ISOTCPR:
protocol = daveProtoISOTCPR; protocol = daveProtoISOTCP;
break; break;
case pwr_eNodave_ProtocolEnum_MPI_IBH: case pwr_eNodave_ProtocolEnum_MPI_IBH:
protocol = daveProtoMPI_IBH; protocol = daveProtoMPI_IBH;
......
...@@ -193,7 +193,7 @@ mkdir := mkdir ...@@ -193,7 +193,7 @@ mkdir := mkdir
wblflags := wblflags :=
ifeq ($(pwre_btype),rls) ifeq ($(pwre_btype),rls)
cflags := -c -O3 -D_GNU_SOURCE -DPWR_NDEBUG -D_REENTRANT -fPIC cflags := -c -O3 -D_GNU_SOURCE -DPWR_NDEBUG -D_REENTRANT -fPIC -Wno-deprecated-declarations -Wno-unused-but-set-variable
cxxflags := $(cflags) cxxflags := $(cflags)
linkflags := -O3 -L$(lib_dir) linkflags := -O3 -L$(lib_dir)
elinkflags := -O3 -L$(lib_dir) -L$(elib_dir) elinkflags := -O3 -L$(lib_dir) -L$(elib_dir)
...@@ -202,7 +202,7 @@ ifeq ($(pwre_btype),rls) ...@@ -202,7 +202,7 @@ ifeq ($(pwre_btype),rls)
dolist = /lis=$(list) dolist = /lis=$(list)
domap = -Xlinker -Map -Xlinker $(map) domap = -Xlinker -Map -Xlinker $(map)
else else
cflags := -c -g -Wall -D_GNU_SOURCE -D_REENTRANT -fPIC cflags := -c -g -Wall -D_GNU_SOURCE -D_REENTRANT -fPIC -Wno-deprecated-declarations -Wno-unused-but-set-variable
cxxflags := $(cflags) -Wno-deprecated cxxflags := $(cflags) -Wno-deprecated
mmflags := -Wno-deprecated mmflags := -Wno-deprecated
linkflags := -g -L$(lib_dir) linkflags := -g -L$(lib_dir)
......
...@@ -445,7 +445,7 @@ else ...@@ -445,7 +445,7 @@ else
pwre_config_check_lib libusb LIBUSB lib libusb 1 "/usr/lib/libusb-1.0.so:/usr/lib/$hwpl-linux-$gnu/libusb-1.0.so" pwre_config_check_lib libusb LIBUSB lib libusb 1 "/usr/lib/libusb-1.0.so:/usr/lib/$hwpl-linux-$gnu/libusb-1.0.so"
pwre_config_check_lib powerlink POWERLINK lib powerlink 1 "$epl/build/Examples/X86/Generic/powerlink_user_lib/libpowerlink.a" pwre_config_check_lib powerlink POWERLINK lib powerlink 1 "$epl/build/Examples/X86/Generic/powerlink_user_lib/libpowerlink.a"
pwre_config_check_lib powerlinkcn POWERLINKCN lib powerlinkcn 1 "$epl/buildcn/Examples/X86/Generic/powerlink_user_lib/libpowerlink.a" pwre_config_check_lib powerlinkcn POWERLINKCN lib powerlinkcn 1 "$epl/buildcn/Examples/X86/Generic/powerlink_user_lib/libpowerlink.a"
pwre_config_check_lib librsvg LIBRSVG lib librsvg 1 "/usr/lib/librsvg-2.so" pwre_config_check_lib librsvg LIBRSVG lib librsvg 1 "/usr/lib/librsvg-2.so:/usr/lib/$hwpl-linux-$gnu/librsvg-2.so"
pwre_config_check_include mq MQ 0 "/usr/local/dmq/include/p_entry.h" pwre_config_check_include mq MQ 0 "/usr/local/dmq/include/p_entry.h"
pwre_config_check_include wmq WMQ 1 "/opt/mqm/inc/cmqc.h" pwre_config_check_include wmq WMQ 1 "/opt/mqm/inc/cmqc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment