Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to use GPIOs

578 bytes added, 12:50, 9 January 2012
no edit summary
$/linux/gpio/modules/Makefile<br>
Search lines:<pre>OVEROTOP ?= /home/gumstix/overo-oe#CROSS_COMPILE ?= $(OVEROTOP)/tmp/cross/armv7a/bin/arm-angstrom-linux-gnueabi-CROSS_COMPILE ?= $(OVEROTOP)/tmp/sysroots/x86_64-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-KERNEL_PATH ?= ../../../../../gumstix/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernelARCH ?= arm</pre>
Replace by, your cross compiler path, for example:
<pre>OVEROTOP ?= /home/gumstix/overo-oe#CROSS_COMPILE ?= $(OVEROTOP)/tmp/cross/armv7a/bin/arm-angstrom-linux-gnueabi-CROSS_COMPILE ?= $(OVEROTOP)/tmp/sysroots/x86_64-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-KERNEL_PATH ?= ../../../../../gumstix/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernelARCH ?= arm</pre>
<br>
4,199
edits