Difference: SolutionsToTheExercises (17 vs. 18)

Revision 182018-09-17 - UliRaich

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Solutions to the exercises

Line: 6 to 6
  Several of the solution packages contain shared libraries the students can use. The idea is to give them a feeling for how the sensors work, before they try to write programs to access the sensor registers by themselves. Of course libraries hide many of the difficult intricacies to give users easy access to most (but usually not all) of the sensor's functionality.
The libraries usually come in 2 files:

  • an include file
Changed:
<
<
  • the share library binary intself
>
>
  • the share library binary itself
 These should be installed in /opt/ucc/include and /opt/ucc/lib respectively and your Makefile for the application using the library should have the option:
  • -I/opt/ucc/include in its CFLAGS
  • -L/opt/ucc/lib in its LDFLAGS
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback