Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Compare Revisions
b1028bf430aac9191483ccf4dc3b431cdfc76047...564b195452d1a78e97cbcba68809e9270b786586
Commits (1)
Zynq 7000 tempalte: Update cross compiler in use
· 564b1954
Laura Alexandra Sequeira Gouveia
authored
Apr 30, 2020
564b1954
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/c_pohi_zynq_rtems_cgpr/partition.tmplt
View file @
564b1954
...
...
@@ -34,9 +34,9 @@
--
Generic
gprbuild
configuration
file
for
rtems5
with
Ada
support
for
leon3
configuration
project
ZYNQ_RTEMS
is
package
Compiler
is
for
Driver
(
"C"
)
use
"/opt/rtems-5.1-2020.0
1
.2
4
/bin/arm-rtems5-gcc"
;
for
Driver
(
"Ada"
)
use
"/opt/rtems-5.1-2020.0
1
.2
4
/bin/arm-rtems5-gcc"
;
for
Driver
(
"C++"
)
use
"/opt/rtems-5.1-2020.0
1
.2
4
/bin/arm-rtems5-g++"
;
for
Driver
(
"C"
)
use
"/opt/rtems-5.1-2020.0
4
.2
9
/bin/arm-rtems5-gcc"
;
for
Driver
(
"Ada"
)
use
"/opt/rtems-5.1-2020.0
4
.2
9
/bin/arm-rtems5-gcc"
;
for
Driver
(
"C++"
)
use
"/opt/rtems-5.1-2020.0
4
.2
9
/bin/arm-rtems5-g++"
;
for
Driver
(
"FPGA"
)
use
"bambu"
;
for
Leading_Required_Switches
(
"C"
)
use
(
"-c"
);
...
...
@@ -58,7 +58,7 @@ configuration project ZYNQ_RTEMS is
"-mfpu=neon"
,
"-mfloat-abi=hard"
,
"-mtune=cortex-a9"
,
"-B/opt/rtems-5.1-2020.0
1
.2
4
/arm-rtems5/xilinx_zynq_zc706/lib"
,
"-B/opt/rtems-5.1-2020.0
4
.2
9
/arm-rtems5/xilinx_zynq_zc706/lib"
,
"-specs=bsp_specs"
,
"-qrtems"
);
...
...
@@ -90,10 +90,10 @@ configuration project ZYNQ_RTEMS is
for
Body_Suffix
(
"FPGA"
)
use
".c"
;
for
Dot_Replacement
use
"-"
;
end
Naming
;
for
Archive_Builder
use
(
"/opt/rtems-5.1-2020.0
1
.2
4
/bin/arm-rtems5-ar"
,
"cr"
);
for
Archive_Builder
use
(
"/opt/rtems-5.1-2020.0
4
.2
9
/bin/arm-rtems5-ar"
,
"cr"
);
package
Linker
is
for
Driver
use
"/opt/rtems-5.1-2020.0
1
.2
4
/bin/arm-rtems5-gcc"
;
for
Driver
use
"/opt/rtems-5.1-2020.0
4
.2
9
/bin/arm-rtems5-gcc"
;
Common_C_Linker_Switches
:=
(
"--pipe"
,
...
...
@@ -105,7 +105,7 @@ configuration project ZYNQ_RTEMS is
"-g"
,
"-fdiagnostics-show-option"
,
"-ffunction-sections"
,
"-B/opt/rtems-5.1-2020.0
1
.2
4
/arm-rtems5/xilinx_zynq_zc706/lib"
,
"-B/opt/rtems-5.1-2020.0
4
.2
9
/arm-rtems5/xilinx_zynq_zc706/lib"
,
"-specs=bsp_specs"
,
"-qrtems"
,
"-lm"
,
...
...
@@ -117,7 +117,7 @@ configuration project ZYNQ_RTEMS is
for
Default_Switches
(
"Ada"
)
use
(
"--pipe"
,
"-g"
,
"-B/opt/rtems-5.1-2020.0
1
.2
4
/arm-rtems5/xilinx_zynq_zc706/lib"
,
"-B/opt/rtems-5.1-2020.0
4
.2
9
/arm-rtems5/xilinx_zynq_zc706/lib"
,
"-specs=bsp_specs"
,
"-qrtems"
,
"-lm"
,
...
...
templates/concurrency_view/c_pohi_zynq_rtems_gpr/partition.tmplt
View file @
564b1954
...
...
@@ -104,7 +104,7 @@ project @_CAPITALIZE:Name_@_Zynq_RTEMS is
--
following
to
be
updated
with
all
relevant
source
dirs
for
Source_Dirs
use
(
"@_LOWER:Name_@"
,
"/opt/rtems-5.1-2020.0
1
.2
4
/arm-rtems5/xilinx_zynq_zc706/lib/include"
,
"/opt/rtems-5.1-2020.0
4
.2
9
/arm-rtems5/xilinx_zynq_zc706/lib/include"
,
@@
IF
@@
@
_Distributed_System_
@
"../deploymentview_final/polyorb-hi-c/include/drivers/configuration"
,
"../DriversConfig"
,
...
...
templates/concurrency_view/c_pohi_zynq_rtems_qemu_cgpr/partition.tmplt
View file @
564b1954
...
...
@@ -34,9 +34,9 @@
--
Generic
gprbuild
configuration
file
for
rtems5
with
Ada
support
for
leon3
configuration
project
ZYNQ_RTEMS_QEMU
is
package
Compiler
is
for
Driver
(
"C"
)
use
"/opt/rtems-5.1-2020.0
1
.2
4
/bin/arm-rtems5-gcc"
;
for
Driver
(
"Ada"
)
use
"/opt/rtems-5.1-2020.0
1
.2
4
/bin/arm-rtems5-gcc"
;
for
Driver
(
"C++"
)
use
"/opt/rtems-5.1-2020.0
1
.2
4
/bin/arm-rtems5-g++"
;
for
Driver
(
"C"
)
use
"/opt/rtems-5.1-2020.0
4
.2
9
/bin/arm-rtems5-gcc"
;
for
Driver
(
"Ada"
)
use
"/opt/rtems-5.1-2020.0
4
.2
9
/bin/arm-rtems5-gcc"
;
for
Driver
(
"C++"
)
use
"/opt/rtems-5.1-2020.0
4
.2
9
/bin/arm-rtems5-g++"
;
for
Leading_Required_Switches
(
"C"
)
use
(
"-c"
);
for
Leading_Required_Switches
(
"C++"
)
use
(
"-c"
);
...
...
@@ -56,7 +56,7 @@ configuration project ZYNQ_RTEMS_QEMU is
"-mfpu=neon"
,
"-mfloat-abi=hard"
,
"-mtune=cortex-a9"
,
"-B/opt/rtems-5.1-2020.0
1
.2
4
/arm-rtems5/xilinx_zynq_a9_qemu/lib"
,
"-B/opt/rtems-5.1-2020.0
4
.2
9
/arm-rtems5/xilinx_zynq_a9_qemu/lib"
,
"-specs=bsp_specs"
,
"-qrtems"
);
...
...
@@ -101,7 +101,7 @@ configuration project ZYNQ_RTEMS_QEMU is
"-g"
,
"-fdiagnostics-show-option"
,
"-ffunction-sections"
,
"-B/opt/rtems-5.1-2020.0
1
.2
4
/arm-rtems5/xilinx_zynq_a9_qemu/lib"
,
"-B/opt/rtems-5.1-2020.0
4
.2
9
/arm-rtems5/xilinx_zynq_a9_qemu/lib"
,
"-specs=bsp_specs"
,
"-qrtems"
,
"-lm"
,
...
...
@@ -114,7 +114,7 @@ configuration project ZYNQ_RTEMS_QEMU is
(
"--pipe"
,
"-O0"
,
"-g"
,
"-B/opt/rtems-5.1-2020.0
1
.2
4
/arm-rtems5/xilinx_zynq_a9_qemu/lib"
,
"-B/opt/rtems-5.1-2020.0
4
.2
9
/arm-rtems5/xilinx_zynq_a9_qemu/lib"
,
"-specs=bsp_specs"
,
"-qrtems"
,
"-lm"
,
...
...