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.

Linux/TM4C1294NCPDT: Compiling sysbios Benchmark in Linux command line

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Linux

Hello,

I'm seeing Benchmark source folder in the path tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/benchmarks. I want to build that project in a Linux system and also via command line. I dont see any makefile present in that path. How can I build that project in Linux command line ?  

  • Hi,

    I believe that directory should have been stripped of all the files except for the html files that contain the results. Therefore we don't support customers rebuilding the directory. I'm verifying this belief.

    Todd

  • sudhanthiradasan R said:
    I'm seeing Benchmark source folder in the path tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/benchmarks

    This directory contains just the source files and results.  Take a look in:

        tirtos_tivac_2_16_01_14/tirtos_tivac_2_16_01_14_examples/{GNU,IAR,TI}/<boardname>/benchloop

    where <boardname> is, for example, EK_TM4C1294XL.

    sudhanthiradasan R said:
    I want to build that project in a Linux system and also via command line. I dont see any makefile present in that path

    You should find a makefile in the above benchloop dir.

    Regards,

    - Rob