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.

TMS320F28075: SYS/BIOS benchmark example

Part Number: TMS320F28075
Other Parts Discussed in Thread: SYSBIOS

Versions:

   XDCtools - 3.61.2.27

   SYS/BIOS - 6.83.0.18

   Compiler - 20.12.0.STS

   CCS - 10.4.0.00006

When I attempt to build the benchmark example, it fails to compile.

I was looking at this example because I would like to use pthreads in another project. When I attempt to link in the pthreads in the other project, I am getting similar build errors.

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
**** Clean-only build of configuration Debug for project benchmark ****
"C:\\ti\\ccs1040\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O
cleaning ../src/sysbios ...
DEL /F "benchmark.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "benchmark.out"
DEL /F "benchloop.obj"
DEL /F "benchloop.d"
RMDIR /S/Q "configPkg\"
Could Not Find C:\Work\Test\workspace\benchmark\Debug\benchmark.hex
Could Not Find C:\Work\Test\workspace\benchmark\Debug\benchmark.out
Could Not Find C:\Work\Test\workspace\benchmark\Debug\benchloop.obj
Could Not Find C:\Work\Test\workspace\benchmark\Debug\benchloop.d
Finished clean
**** Build Finished ****
**** Build of configuration Debug for project benchmark ****
"C:\\ti\\ccs1040\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • I'm seeing the same issue when I build this project. I found that if I just commented out the declarations of those timespec/itimerspec types in ti/posix/ccs/time.h it seemed to get rid of the build error. It might be conflicting with the declarations of the types of the same name in the codegen tools include files although I haven't where they're being #included.

    Whitney