kchan 0 Posted August 25, 2014 Share Posted August 25, 2014 I'm trying to port the usb_host_msc example to the Tiva Launchpad (EK-TM4C123GXL). I've been struggling with setting up the paths/build variables correctly. Ever since I introduced a function that uses the third part FatFs library. #10010 errors encountered during linking; "usb_host_mass_storage.out" not built usb_host_mass_storage C/C++ Problem unresolved symbols remain usb_host_mass_storage C/C++ Problem unresolved symbol f_mount, first referenced in ./main.obj usb_host_mass_storage C/C++ Problem I've double-checked the project properties several times, but i'm unable to determine what the issue really is. I've attached an archived version of the project. I'm using versions 2.1.0.12573 of TivaWare.6.0.0.00190 of Code Composer Studio14.04 of Ubuntu Appreciate any help. ccs_usb_mass_storage_example_tm4c123gh6pm.zip Quote Link to post Share on other sites
bluehash 1,581 Posted August 28, 2014 Share Posted August 28, 2014 I'm trying to port the usb_host_msc example to the Tiva Launchpad (EK-TM4C123GXL). I've been struggling with setting up the paths/build variables correctly. Ever since I introduced a function that uses the third part FatFs library. #10010 errors encountered during linking; "usb_host_mass_storage.out" not built usb_host_mass_storage C/C++ Problem unresolved symbols remain usb_host_mass_storage C/C++ Problem unresolved symbol f_mount, first referenced in ./main.obj usb_host_mass_storage C/C++ Problem I've double-checked the project properties several times, but i'm unable to determine what the issue really is. I've attached an archived version of the project. I'm using versions 2.1.0.12573 of TivaWare.6.0.0.00190 of Code Composer Studio 14.04 of Ubuntu Appreciate any help. Welcome! Have you properly included your paths and includes. Go into project properties and add the directories hat contains your fatfs .h files. kchan 1 Quote Link to post Share on other sites
kchan 0 Posted August 28, 2014 Author Share Posted August 28, 2014 Thanks for the response. But I was able to fix this, it builds fine now. CCS refuses to add the linked resources, when I imported the project. I'm fairly certain this might be something to do with me using Ubuntu. Now, i'm attempting to have the board recognize a usb stick but it hasn't been working so far. I'm concerned that my hardware setup might be incorrect. I should probably start a new topic for that. bluehash 1 Quote Link to post Share on other sites
bluehash 1,581 Posted August 28, 2014 Share Posted August 28, 2014 Thanks for getting back! Good luck with your project. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.