Jump to content
43oh

Error building USB example for Tiva Lauchpad (EK-TM4C123GXL) on CCSV6


Recommended Posts

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. 

ccs_usb_mass_storage_example_tm4c123gh6pm.zip

Link to post
Share on other sites

 

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.

Link to post
Share on other sites

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.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...