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.

Need to know the Qt 4.8.3 build configuration for the libraries provided with ti-sdk-am335x-evm-05.07.00.00

I need to build Qt in exactly the same way it was build for this old version of the SDK to do static code analysis using CodeSonar - this static analysis tool "snoops" the build to "understand" the code it is analyzing.

One would think that this configuration should be exactly known to someone at TI, because they had to build it to include it in the SDK.

I am familiar with the general mechanics of doing so, but to duplicate the version in the SDK, I would need the mkspec and the string passed to ./configure that was used to build the library for the SDK. Help would be appreciated.

At some point we plan to update to the latest and greatest version of the SDK, but at this point in this project, that is not in the cards, so pointing me to how to build the latest version will not likely be too helpful.

Thanks in Advance,

marion

  • Hi,

    This SDK version is vey old and no longer supported. I will try to find information on your request.
  • Hi Marion,

    This is quite old SDK version, and I am not aware of its mkspecs.
    I've not worked with it, so I cannot give you its exact configurations.
    You could browse the arago-project git & have a look at the sdk commit id to see how it has been built:
    arago-project.org/.../

    There are also the meta-arago & meta-ti mailing lists:
    arago-project.org/.../Main_Page

    Folks that maintained the arago filesystem of the SDKs are in these mailing lists. You could try and reach them for more detailed response.

    Best Regards,
    Yordan
  • In addition you can follow these steps to set up the old build scenario, but trying this you can face too much of hassle since the SDK is no longer supported.

    Ubuntu 12.04 or earlier, running on a VM is also a variant.

    $ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
    $ cd tisdk
    $ ./oe-layertool-setup.sh -f configs/amsdk/amsdk-05.07.00.00-config.txt
    $ cd build
    $ . conf/setenv
    $ export PATH=$HOME/arago-2011.09/armv7a/bin:$PATH
    $ MACHINE=am335x-evm bitbake tisdk-rootfs-image

    You can refer to this thread:
    e2e.ti.com/.../239170