Skip to content

Commit b2fa177

Browse files
author
Victor Paleologue
committed
TMP: more log when running qicc
1 parent 1fd9049 commit b2fa177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qilang-tools-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function(qi_gen_idl OUT lang pkg dir)
108108
SRC "${abs_idl_path}"
109109
COMMENT "Generating remote proxy implementation ${generated_path}"
110110
DEPENDS "${QICC_EXECUTABLE}" "${staged_idl_path}" ${mirror_idl_file_target}
111-
COMMAND "${QICC_EXECUTABLE}" -c cpp_remote "${staged_idl_path}" -o "${generated_path}" -t ${QI_SDK_DIR})
111+
COMMAND readelf -d "${CMAKE_CURRENT_SOURCE_DIR}/../build-qisdk/sdk/bin/qicc" | head -20 && readelf -d "/home/runner/.local/share/qitoolchain/qisdk/libqi/lib/libqi.so" | head -20 && "${QICC_EXECUTABLE}" -c cpp_remote "${staged_idl_path}" -o "${generated_path}" -t ${QI_SDK_DIR})
112112
list(APPEND _out "${generated_path}")
113113
list(APPEND _${OUT}_REMOTE "${generated_path}")
114114
message(STATUS "Will generate C++ remote proxy implementation: ${generated_path}")

0 commit comments

Comments
 (0)