部件号: CODECOMPOSER
您好:
表面上看来、CCS 12.8.1 是使用 16 个内核进行构建、但我如何验证 Windows 中是否出现这种情况?

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
部件号: CODECOMPOSER
您好:
表面上看来、CCS 12.8.1 是使用 16 个内核进行构建、但我如何验证 Windows 中是否出现这种情况?

尊敬的 Kier:
您应该会看到传递给 gmake 的-j 16、如下所示:
****为项目'sensless-foc_DRV8323RS'构建配置'debug'****
“C:\\ti\ccs2051\\ccs\\utils\\bin\\gmake“-k -j 16 all -r -O
但是、因为它被配置为最多使用 16 个线程、并不意味着编译器实际上会利用所有线程。 实际使用的线程数量可能因我的专业知识之外的许多因素而异。
谢谢
Ki