Difference between revisions of "Link the TivaWare driverlib.lib file to FreeRTOS Demo Project"
From EdWiki
(Created page with "== Link the TivaWare driverlib.lib file to your project == Link libdriver.a ► Select Project-->Add Files...") |
m |
||
Line 9: | Line 9: | ||
► click Open. The File Operation dialog will open … | ► click Open. The File Operation dialog will open … | ||
− | Use the | + | Use the TIVAWARE_LOC path variable you created earlier. This means that the LINK (or reference to the library) file will be RELATIVE to the location of the TivaWare installation. |
[[image:freertos_demo_project_link_libdriver_011.png|thumb|right|Link libdriver.a]] | [[image:freertos_demo_project_link_libdriver_011.png|thumb|right|Link libdriver.a]] | ||
► Make the selections as shown and click OK. | ► Make the selections as shown and click OK. |
Latest revision as of 05:43, 13 February 2017
Link the TivaWare driverlib.lib file to your project
► Select Project-->Add Files… Navigate to:
host@user$ /home/usrname/ti/TivaWare_C_Series-x.x.x.x/driverlib/gcc
... and
► click Open. The File Operation dialog will open …
Use the TIVAWARE_LOC path variable you created earlier. This means that the LINK (or reference to the library) file will be RELATIVE to the location of the TivaWare installation.
► Make the selections as shown and click OK.