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.

ICE Board am3359

Other Parts Discussed in Thread: SYSBIOS

Project located in path

C:\ti\am335x_sysbios_ind_sdk_1.0.0.4\sdk\starterware\build\armv7a\cgt_ccs\am335x\evmAM335x\

I am trying to build the example applications as included with the SDK;I am able to import the project into CSS 5, but I get this error when trying to build...

Description Resource Path Location Type
file "../../../../../../../binary/armv7a/cgt_ccs/am335x/drivers/drivers.lib<mcspi .obj>" was built with VFP coprocessor support while a previously seen file was not; combining incompatible files mcspiFlash    C/C++ Problem

  • The application you are trying to build is a StarterWare sample, not industrial sdk. 

    SDK examples are built with VFPV3 floating point support and hence the libraries used by these sdk examples are also built with VFPV3 support.

    But in this case, you are trying to build an application from StarterWare  and this does not have floating point support(I guess). You may have to rebuilt driver.lib after disabling floating point support or enable floating point support for your application.

    Regards,

    Shahid

  • Tried to build SDK example with Enabling VFPV3 floating point support

    Build filed

    Can you plese guide us the build procedure for SDK examples.

     

  • Tried to build Enabling VFPV3 floating point , but build failed

    Can you please let us know the build procedure for example projects located in path

    C:\ti\am335x_sysbios_ind_sdk_1.0.0.4\sdk\starterware\build\armv7a\cgt_ccs\am335x\evmAM335x\mcspi

  • If you are lookking for Starterware examples, it would be better for you to download and install Starterware and try t build examples from there. That should work straight forward. Will not have any build settings issues at all..

    Regards,

    Shahid

  • Just to add onto Shahid's comments; you can also just change the compile settings for your project to match those of the libraries your using. This is done under project->properties->compiler->processor options, and changing the 'floating point support' field. 

    Alex