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.

Problem in integrating SysBios to makefiles

Other Parts Discussed in Thread: SYSBIOS

Hi all,

I am trying to integrate SysBios v 6.37.01.24 into makefile based project for TDA2x . For integration I used A15GccExample  from TI. The link is here. http://processors.wiki.ti.com/index.php/SYS/BIOS_with_GCC_(CortexA)

I followed all the steps mentioned here, but I am having linking error. The error mentions that it has some undefined symbol 'xdc_runtime_System_flush__F'. The snapshot of error is attached with post. 

I have double checked my settings regarding paths for XDC and SysBios and I did not find anything. Please let me know if I am missing something.

  • Hi Anshul,

    I just tried importing the A15GccExample and was able to build it with SYS/BIOS 6.37.01 and XDC/Tools 3.25.05 without any issues. I have a couple of questions for you:

     - Which platform are you using ?

     - Did you modify the *.c,*.cfg or some other file in the example project ? If yes, can you share the changes you made. To make the example work you only need to modify the SYSBIOS and XDCTOOLS variable in the makefile.

     - Do you use xdctools's gmake to build the example ?

    Best,

    Ashish

  • Hi Ashish,

    I am not building this example as standalone. I am trying to create a completely new makefile project and trying to integrate SysBios and XDC tools in that project. As a guideline I am following A15GccExample.

    I am working on TDA2x Platform and yes I added new c and cfg file. I am using XDCtools's gmake. I took evmDRA7xx as platform.

    Best Regards,

    Anshul

     

  • Hi Anshul,

    Anshul Saxena2 said:

    I am trying to create a completely new makefile project and trying to integrate SysBios and XDC tools in that project. As a guideline I am following A15GccExample.

    Can you share your new makefile and the app's *.cfg file ?

    Anshul Saxena2 said:

    I am working on TDA2x Platform and yes I added new c and cfg file. I am using XDCtools's gmake. I took evmDRA7xx as platform.

    Did you create a new custom platform for TDA2x or are you using the default evmDRA7xx platform ?

    Best,

    Ashish

  • Hi Ashish,

    I can share it but only through private channel. I am using default evmDRA7xx as platform.

    Best Regards,

    Anshul

  • Hi Anshul,

    I have sent you an E2E friend request. That will allow you to send messages (share files) privately.

    Best,

    Ashish

  • Hi Ashish,

    I accepted your E2E friend request. I also sent you the project.

    Best Regards,

    Anshul