Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
littleBu
OpenXG-RAN
Commits
2204fc13
Commit
2204fc13
authored
Nov 07, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile telnetsrv in cross-compilation pipeline
parent
76c3e4b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile.build.ubuntu22.cross-arm64
docker/Dockerfile.build.ubuntu22.cross-arm64
+2
-2
No files found.
docker/Dockerfile.build.ubuntu22.cross-arm64
View file @
2204fc13
...
@@ -36,7 +36,7 @@ RUN /bin/sh oaienv && \
...
@@ -36,7 +36,7 @@ RUN /bin/sh oaienv && \
cd cmake_targets && \
cd cmake_targets && \
mkdir -p log ran_build/build ran_build/build-cross && \
mkdir -p log ran_build/build ran_build/build-cross && \
cd ran_build/build && \
cd ran_build/build && \
cmake ../../.. -GNinja && \
cmake ../../.. -GNinja
-DENABLE_TELNETSRV=ON
&& \
echo "====== Start of log for host-tools ======" && \
echo "====== Start of log for host-tools ======" && \
ninja ldpc_generators generate_T > ../../log/host-tools.txt 2>&1 && \
ninja ldpc_generators generate_T > ../../log/host-tools.txt 2>&1 && \
echo "====== End of log for host-tools ======" && \
echo "====== End of log for host-tools ======" && \
...
@@ -48,7 +48,7 @@ RUN /bin/sh oaienv && \
...
@@ -48,7 +48,7 @@ RUN /bin/sh oaienv && \
-DCMAKE_C_FLAGS="-Werror" -DCMAKE_CXX_FLAGS="-Werror" && \
-DCMAKE_C_FLAGS="-Werror" -DCMAKE_CXX_FLAGS="-Werror" && \
echo "====== Start of log for cross-build executables ======" && \
echo "====== Start of log for cross-build executables ======" && \
# making always passing so we can analyze the all.txt file
# making always passing so we can analyze the all.txt file
ninja dlsim ulsim ldpctest polartest smallblocktest nr_pbchsim nr_dlschsim nr_ulschsim nr_dlsim nr_ulsim nr_pucchsim nr_prachsim lte-softmodem nr-softmodem nr-cuup oairu lte-uesoftmodem nr-uesoftmodem params_libconfig coding rfsimulator > ../../log/all.txt 2>&1; \
ninja dlsim ulsim ldpctest polartest smallblocktest nr_pbchsim nr_dlschsim nr_ulschsim nr_dlsim nr_ulsim nr_pucchsim nr_prachsim lte-softmodem nr-softmodem nr-cuup oairu lte-uesoftmodem nr-uesoftmodem params_libconfig coding rfsimulator
telnetsrv
> ../../log/all.txt 2>&1; \
# displaying errors and warnings
# displaying errors and warnings
grep -E -A3 "warning:|error:" ../../log/all.txt || true && \
grep -E -A3 "warning:|error:" ../../log/all.txt || true && \
# will fail only if string "errors:" is found
# will fail only if string "errors:" is found
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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