Message(FATAL_ERROR "For x86 Architecture, you must have following flags: -mssse3 -msse4.1 -msse4.2. The current detected flags are: ${C_FLAGS_PROCESSOR}. You can pass the flags manually in build script, for example: ./build_oai --cflags_processor \"-mssse3 -msse4.1 -msse4.2\" ")
endif()
endif()
#
#
set(CMAKE_C_FLAGS
set(CMAKE_C_FLAGS
...
@@ -1644,7 +1652,7 @@ foreach(myExe s1ap
...
@@ -1644,7 +1652,7 @@ foreach(myExe s1ap
${OPENAIR3_DIR}/TEST/test_${myExe}.c
${OPENAIR3_DIR}/TEST/test_${myExe}.c
)
)
target_link_libraries(test_${myExe}
target_link_libraries(test_${myExe}
-Wl,--start-group SECU_CN UTIL LFDS -Wl,--end-group m rt crypt ${CRYPTO_LIBRARIES}${OPENSSL_LIBRARIES}${NETTLE_LIBRARIES}${CONFIG_LIBRARIES}fdproto fdcore
-Wl,--start-group SECU_CN UTIL LFDS -Wl,--end-group m rt crypt ${CRYPTO_LIBRARIES}${OPENSSL_LIBRARIES}${NETTLE_LIBRARIES}${CONFIG_LIBRARIES}
Compiles oaisim or lte-softmodem without S1 interface, using direct link to IP instead
Compiles oaisim or lte-softmodem without S1 interface, using direct link to IP instead
--verbose-compile
--verbose-compile
Shows detailed compilation instructions in makefile
Shows detailed compilation instructions in makefile
--cflags_processor
Manually Add CFLAGS of processor if they are not detected correctly by script. Only add these flags if you know your processor supports them. Example flags: -msse3 -msse4.1 -msse4.2 -mavx2