-
1. Re: SDK V1.2.1 compile issue
jajac_290871 Oct 17, 2012 9:34 PM (in response to userc_41870)With the latest SDK, Cypress has moved some functionality to a new library (cyu3lpp.a). Did you include this new library in your build?
-
2. Re: SDK V1.2.1 compile issue
userc_39074 Oct 18, 2012 12:00 AM (in response to userc_41870)Yes. Try the following steps:
1.) Open Project in Eclipse
2.) Right click on the project in the Project Explorer and choose Properties
3.) Choose 'Settings' under 'C/C++ Build' in the Properties box (left panel)
4.) Under the 'Tool Settings' tab go to 'ARM Sourcery Windows GCC C Linker' -> 'Miscellaneous'
5.) Find 'Other flags' field (bottom right) anb add the following text with quotation marks along with other paths: "${FX3_INSTALL_PATH}\firmware\u3p_firmware\lib\fx3_debug\cyu3lpp.a"
6.) Click Apply then click OK
Thanks,
sai krishna.
-
3. Re: SDK V1.2.1 compile issue
userc_41870 Oct 19, 2012 4:17 PM (in response to userc_41870)Thanks sai, my problem fixed by copying Miscellaneous setting in V1.2.1 sample to my project.