Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
b3457b30
Commit
b3457b30
authored
Jul 12, 2018
by
Maxime Perrotin
Browse files
Merge
https://github.com/openaadl/polyorb-hi-c
parents
f9f1a5f1
b2838051
Changes
4
Hide whitespace changes
Inline
Side-by-side
examples/aadlv2/rpc/rpc.aadl
View file @
b3457b30
...
...
@@ -121,6 +121,7 @@ public
Source_Name
=>
"rpc_client"
;
Source_Text
=>
(
"rpc.c"
);
end
Client_Side_Function
;
---------------
--
Processor
--
---------------
...
...
share/make/Makefile.am
View file @
b3457b30
...
...
@@ -4,12 +4,10 @@ EXTRA_DIST=$(builddir)/Makefile.common $(srcdir)/Makefile.leon3-xm3 \
$(srcdir)
/Makefile.leon.rtems
\
$(srcdir)
/Makefile.leon.rtems_posix
\
$(srcdir)
/Makefile.compcert
$(srcdir)
/Makefile.bench
\
$(srcdir)
/Makefile.linux32
\
$(srcdir)
/Makefile.linux32_dll
\
$(srcdir)
/Makefile.linux32
$(srcdir)
/Makefile.linux_dll
\
$(srcdir)
/Makefile.linux32-xenomai-native
\
$(srcdir)
/Makefile.linux32-xenomai-posix
\
$(srcdir)
/Makefile.linux64
\
$(srcdir)
/Makefile.linux64_dll
$(srcdir)
/Makefile.win32
\
$(srcdir)
/Makefile.linux64
$(srcdir)
/Makefile.win32
\
$(srcdir)
/Makefile.x86.linuxtaste
\
$(srcdir)
/Makefile.template
$(srcdir)
/Makefile.freertos
\
$(srcdir)
/Makefile.air
...
...
share/make/Makefile.linux64_dll
deleted
100644 → 0
View file @
f9f1a5f1
# The goal of this target is to generate a DLL from a PolyORB-HI/C
# instead of a regular binary
POHI_CFLAGS
=
-DDLL
-fPIC
\
-DPOSIX
-m64
-D_POSIX_SOURCE
-D_GNU_SOURCE
\
$(GCC_GENERIC_FLAGS)
TARGET_LDFLAGS
=
-fPIC
-pie
-shared
\
-lpthread
-lrt
-m64
-L
$(RUNTIME_PATH)
/libs/linux64/
\
-lm
EXEEXT
=
.so
SIMULINK_LDFLAGS
=
-lm
CC
=
gcc
LD
=
gcc
GPROF
=
gprof
USE_USB_BRICK
=
$(
shell
grep
__PO_HI_NEED_DRIVER_SPACEWIRE_USB_BRICK deployment.h 2>/dev/null|wc
-l
)
ifdef
USE_GPROF
TARGET_LDFLAGS
+=
-pg
endif
ifeq
($(USE_USB_BRICK),1)
TARGET_LDFLAGS
+=
-lSpaceWireUSBAPI
-lConfigLibraryUSB
endif
target-clean
:
target-objects
:
share/make/Makefile.linux
32
_dll
→
share/make/Makefile.linux_dll
View file @
b3457b30
...
...
@@ -2,11 +2,11 @@
# instead of a regular binary
POHI_CFLAGS
=
-DDLL
-fPIC
\
-DPOSIX
-m32
-D_POSIX_SOURCE
-D_GNU_SOURCE
\
-DPOSIX
-D_POSIX_SOURCE
-D_GNU_SOURCE
\
$(GCC_GENERIC_FLAGS)
TARGET_LDFLAGS
=
-fPIC
-pie
-shared
\
-lpthread
-lrt
-m32
-L
$(RUNTIME_PATH)
/libs/linux32/
\
-lpthread
-lrt
-L
$(RUNTIME_PATH)
/libs/linux32/
\
-lm
EXEEXT
=
.so
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment