From 99e695ef8f0e8b3ddcd7855afb1771c0ae0b52fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=86=E5=B7=9D?= Date: Wed, 11 Dec 2024 10:23:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ts=E7=BC=96=E8=AF=91=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 集川 --- trace_streamer/doc/compile_trace_streamer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace_streamer/doc/compile_trace_streamer.md b/trace_streamer/doc/compile_trace_streamer.md index dd38457f2..8fa53a5f6 100755 --- a/trace_streamer/doc/compile_trace_streamer.md +++ b/trace_streamer/doc/compile_trace_streamer.md @@ -12,7 +12,7 @@ TraceStreamer可以编译为命令行下的可执行程序,或者WebAssembly 所需编译器和版本如下表所示: | 系统 | 工具 | 版本号| | --- | --- | --- | -|linux |clang/clang++| (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0| +|linux |clang/clang++| 16.0.6| | macx |clang/clang++| 14.0.3 | |windows |gcc.exe/g++.exe| gcc version 12.1.0 (x86_64-posix-sjlj-rev3, Built by MinGW-W64 project)| |wasm(linux下编译) |emcc/em++| 3.1.12| -- Gitee