Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
university:tools:pluto:devs:embedded_code [16 Jul 2019 21:46] – reformat Robin Getzuniversity:tools:pluto:devs:embedded_code [23 Aug 2019 21:56] – [Running on Pluto] Robin Getz
Line 77: Line 77:
  RX     9.44 MSmp, TX     9.44 MSmp  RX     9.44 MSmp, TX     9.44 MSmp
 </xterm> </xterm>
 +
 +===== Other standard applications =====
 +
 +Depending on the project you are doing - you may need to include something like this in a Makefile project (with the appropriate path changes), 
 +
 +<xterm>
 +SYSROOT = /home/rgetz/github/pluto/staging/
 +PKG_CONFIG_PATH=${SYSROOT}/usr/lib/pkgconfig
 +CC=arm-linux-gnueabihf-gcc
 +CFLAGS += --sysroot=${SYSROOT}
 +LIBS += --sysroot=${SYSROOT}
 +</xterm>
 +
 +
university/tools/pluto/devs/embedded_code.txt · Last modified: 06 Oct 2023 11:02 by Adrian Suciu