POSIX function link question?

2023-11-12 Thread zhengxiaojun
Hi all: I use dynamic load (RAP format) in my project, I enable POSIX in BSP, but do not refers POSIX API. The application called some POSIX API,so when link without librtemscpu.a, the POSXI API can not be found in the basefile. If I link with librtemscpu.a, link is OK, but loading output

Re: [PATCH 1/1] trace: build with c++17 if building against llvm 16+

2023-11-12 Thread Chris Johns
On 10/11/2023 7:27 pm, Sebastian Huber wrote: > On 25.09.23 11:25, Sebastian Huber wrote: >> On 25.09.23 08:45, Chris Johns wrote: >>> On 22/9/2023 2:47 pm, Sebastian Huber wrote: On 22.09.23 04:36, Joel Sherrill wrote: > Are we doing something that particularly requires C++17? AFAIK we ha

Re: [PATCH 1/1] sb/linux.py: More reliably recognize distribution

2023-11-12 Thread Chris Johns
Hi Michael, I cannot apply the patch. Git does not like it and applying with patch gives the following error: patching file source-builder/sb/linux.py patch: malformed patch at line 25: @@ -56,36 +57,11 @@ def load(): Are you able to get git to send the patch. If not could please attach