techniker Posted January 31, 2018 at 02:56 PM Share Posted January 31, 2018 at 02:56 PM 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 Quote Link to comment Share on other sites More sharing options...
LukeLER Posted February 2, 2018 at 01:39 PM Share Posted February 2, 2018 at 01:39 PM 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.