Jump to content

Build Umgebung erstellung endet mit temperatur brick doc


techniker

Recommended Posts

Hallo techniker,

 

ja das Verhalten ist normal.

 

# Build Master Brick
cd ~/tf/master-brick/software/src/
ln -s ../../../bricklib/ .
cd ~/tf/master-brick/software/
./generate_makefile
cd ~/tf/master-brick/software/build
make

# Build Temperature Bricklet
cd ~/tf/temperature-bricklet/software/src/
ln -s ../../../bricklib/ .
ln -s ../../../brickletlib/ .
cd ~/tf/temperature-bricklet/software/
./generate_makefile
cd ~/tf/temperature-bricklet/software/build
make

 

Wie Du hier sehen kannst wird einmal ein Symlink auf Bricklib gesetzt und das makefile generiert und mit

make

die Firmware kompiliert.

Als Brick Beispiel einmal für den Master Brick und als Bricklet Beispiel für das Temperature Bricklet.

 

 

Link to comment
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...