tieugiang91

Results 15 comments of tieugiang91

``` cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/esp8266_toolchain.cmake -DUCLIENT_SUPERBUILD=OFF .. ``` gives the same error.

Thank you for the reply. The problem is I also don't know the correct way to include ESP8266 RTOS SDK library without including the default project.cmake as in the hello-world...

After manually including FreeRTOS libraries and headers and following the steps above, I still got the following errors while buiding with CMake: ``` Scanning dependencies of target microxrcedds_client [ 3%]...

After disabling it gave the next error: ``` Scanning dependencies of target microxrcedds_client [ 3%] Building C object CMakeFiles/microxrcedds_client.dir/src/c/core/session/stream/input_best_effort_stream.c.obj [ 6%] Building C object CMakeFiles/microxrcedds_client.dir/src/c/core/session/stream/input_reliable_stream.c.obj [ 10%] Building C object...

After including the headers, it still gave the following errors: ``` Scanning dependencies of target microxrcedds_client [ 3%] Building C object CMakeFiles/microxrcedds_client.dir/src/c/core/session/stream/input_best_effort_stream.c.obj [ 6%] Building C object CMakeFiles/microxrcedds_client.dir/src/c/core/session/stream/input_reliable_stream.c.obj [ 10%]...