OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package January 01, 2013 08:36PM |
Registered: 13 years ago Posts: 501 |
ubermacin
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package January 20, 2013 10:12PM |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package January 27, 2013 08:03PM |
Registered: 13 years ago Posts: 501 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 07, 2013 07:36PM |
Registered: 13 years ago Posts: 501 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 07, 2013 08:23PM |
Registered: 13 years ago Posts: 21 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 11, 2013 08:13PM |
Registered: 13 years ago Posts: 501 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 11, 2013 09:07PM |
Registered: 13 years ago Posts: 21 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 13, 2013 07:06PM |
Registered: 13 years ago Posts: 501 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 13, 2013 09:48PM |
Registered: 13 years ago Posts: 21 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 14, 2013 07:35PM |
Registered: 13 years ago Posts: 501 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 16, 2013 07:33PM |
Registered: 13 years ago Posts: 21 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 20, 2013 11:46PM |
Registered: 13 years ago Posts: 501 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 25, 2013 08:54PM |
Registered: 13 years ago Posts: 21 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 27, 2013 08:18AM |
Registered: 13 years ago Posts: 501 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package April 29, 2013 08:46AM |
Registered: 13 years ago Posts: 21 |
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package May 10, 2013 01:48PM |
Registered: 13 years ago Posts: 21 |
CONFIG_PLATFORM_ARM_926T = yand
ifeq ($(CONFIG_PLATFORM_ARM_926T),y) EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN ARCH := arm CROSS_COMPILE := /tmp/owfsplug/output/host/usr/bin/arm-unknown-linux-uclibcgneabi KVER := 3.2.7 KSRC := /tmp/owfsplug/output/build/buildroot-config endifand I get the errors
make[1]: Entering directory `/tmp/owfsplug/output/build/buildroot-config' make[1]: *** No rule to make target `modules'. Stop. make[1]: Leaving directory `/tmp/owfsplug/output/build/buildroot-config' make: *** [modules] Error 2
Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package May 28, 2013 05:42PM |
Registered: 13 years ago Posts: 21 |