Jump to content

Recommended Posts

Posted

Ist das verhalten des build scripts normal das dies mit dem Temperatur Brick endet? Meine Offline Doku hat eben auch keine Web-Elemente mehr sondern ist Weiss und beinhaltet eigentlich nur Text.

Früher war mal die offline Doku vom aussehen her gleich wie eure online Version?

 

Beste Grüsse

Sven

Posted

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.

 

 

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...