Other Parts Discussed in Thread: C2000WARE
Tool/software:
I’m getting familiar with the CLB Tool for the C2000 device (using LAUNCHXL-F28P65X).
I followed the CLB Tool User’s Guide (spruir8b) and encountered the following issue.
I compiled SystemC using the C++14 standard. When I followed the User’s Guide step-by-step, at section 3.5.3 – Running the Simulation, step 4, I ran ./clb_simulation.sh
and got the following error:
I saw that it required the C++17 standard, so I recompiled and reinstalled SystemC using C++17.
However, when I ran ./clb_simulation.sh
again, I got more errors:
So now it requires SystemC to be compiled with the C++14 standard.
Please help me find a workaround for this error.
Thanks