<div dir="ltr"><div><div><div><div>Hi Rick,<br><br></div>Very cool that you are trying on OS X. I am not sure if anyone here has tried but is nice to see that the build system is able to reach the kernel build step.<br><br>
</div>I would recommend you first build &#39;vexpress&#39; target. If it works on OS X then try BeagleBone which by the way as far as I remember is not up to date.<br><br></div>Please let me know if I can help in something more. Good luck!<br>
<br></div>Regards,<br>Tinti<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 7, 2013 at 10:04 PM, Rick Mann <span dir="ltr">&lt;<a href="mailto:rmann@latencyzero.com" target="_blank">rmann@latencyzero.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone. I’m excited about the possibility of building the Linux kernel using LLVM and hosted on OS X. Not sure if that’s a goal of your project (the hosted-on-OS X part), or if it’s even reasonable to expect I should be able to do that (I think it is, but I could be wrong).<br>

<br>
I’m building on OS X 10.9, have Xcode 5.0.2 installed, targeting ARM/BeagleBone.<br>
<br>
In any case, I downloaded the script and gave it a shot. The tools built, but then it ran into problems. Some security warnings, and then I think some things were called with different options (xargs, etc.), and some other errors.<br>

<br>
The first error, I think, is &quot;Error in reading or end of file” while building &quot;USB Gadget Support”. Then there’s some problem with the way xargs is called:<br>
<br>
xargs: illegal option -- -<br>
usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]<br>
             [-L number] [-n number [-x]] [-P maxprocs] [-s size]<br>
             [utility [argument ...]]<br>
make[2]: *** [kernel-quilt-clean-broken-symlinks] Error 1<br>
<br>
Anyway, I’m eager to keep trying to do this, if I could get some help from the community. Thanks!<br>
<br>
---------------------<br>
<br>
<br>
<br>
---------------------------------------------------------------------<br>
Configuring kernel...<br>
---------------------------------------------------------------------<br>
if [ -n &quot;/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/src/clang&quot; ] ; then \<br>
                (cd /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/src/clang ; xx=$(git log -1 --oneline | cut -d&quot; &quot; -f1) ; sed -i -e &quot;s#-llvmlinux#-llvmlinux-C.$xx#g&quot; /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/beaglebone/src/bbone/kernel/.config) ; \<br>

        fi<br>
if [ -n &quot;/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/src/llvm&quot; ] ; then \<br>
                (cd /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/src/llvm ; xx=$(git log -1 --oneline | cut -d&quot; &quot; -f1) ; sed -i -e &quot;s#-llvmlinux#-llvmlinux-L.$xx#g&quot; /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/beaglebone/src/bbone/kernel/.config) ; \<br>

        fi<br>
(cd /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/beaglebone/src/bbone/kernel &amp;&amp; echo &quot;&quot; |  make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- oldconfig)<br>
  HOSTCC  scripts/basic/fixdep<br>
  HOSTCC  scripts/kconfig/conf.o<br>
scripts/kconfig/conf.c:75:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                printf(_(&quot;aborted!\n\n&quot;));<br>
                       ^~~~~~~~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
scripts/kconfig/conf.c:76:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                printf(_(&quot;Console input/output is redirected. &quot;));<br>
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
scripts/kconfig/conf.c:77:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                printf(_(&quot;Run &#39;make oldconfig&#39; to update configuration.\n\n&quot;));<br>
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
scripts/kconfig/conf.c:87:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                printf(_(&quot;(NEW) &quot;));<br>
                       ^~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
scripts/kconfig/conf.c:286:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                                printf(_(&quot; (NEW)&quot;));<br>
                                       ^~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
scripts/kconfig/conf.c:434:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                                        printf(_(&quot;*\n* Restart config...\n*\n&quot;));<br>
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
scripts/kconfig/conf.c:620:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                                        _(&quot;\n*** The configuration requires explicit update.\n\n&quot;));<br>
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
scripts/kconfig/conf.c:672:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                        fprintf(stderr, _(&quot;\n*** Error during writing of the configuration.\n\n&quot;));<br>
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
scripts/kconfig/conf.c:676:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                        fprintf(stderr, _(&quot;\n*** Error during update of the configuration.\n\n&quot;));<br>
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
scripts/kconfig/conf.c:687:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]<br>
                        fprintf(stderr, _(&quot;\n*** Error during writing of the configuration.\n\n&quot;));<br>
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
scripts/kconfig/lkc.h:36:17: note: expanded from macro &#39;_&#39;<br>
#define _(text) gettext(text)<br>
                ^~~~~~~~~~~~~<br>
10 warnings generated.<br>
  SHIPPED scripts/kconfig/zconf.tab.c<br>
  SHIPPED scripts/kconfig/zconf.lex.c<br>
  SHIPPED scripts/kconfig/zconf.hash.c<br>
  HOSTCC  scripts/kconfig/zconf.tab.o<br>
  HOSTLD  scripts/kconfig/conf<br>
scripts/kconfig/conf --oldconfig Kconfig<br>
warning: (USB_MUSB_HDRC) selects TWL6030_USB which has unmet direct dependencies (USB_SUPPORT &amp;&amp; (USB || USB_GADGET) &amp;&amp; TWL4030_CORE &amp;&amp; OMAP_USB2 &amp;&amp; USB_MUSB_OMAP2PLUS)<br>
warning: (DVB_USB_PCTV452E) selects TTPCI_EEPROM which has unmet direct dependencies (MEDIA_SUPPORT &amp;&amp; MEDIA_PCI_SUPPORT &amp;&amp; MEDIA_DIGITAL_TV_SUPPORT &amp;&amp; I2C)<br>
warning: (VIDEO_DM6446_CCDC &amp;&amp; VIDEO_DM355_CCDC &amp;&amp; VIDEO_ISIF &amp;&amp; VIDEO_DM644X_VPBE) selects VIDEO_VPSS_SYSTEM which has unmet direct dependencies (MEDIA_SUPPORT &amp;&amp; V4L_PLATFORM_DRIVERS &amp;&amp; ARCH_DAVINCI)<br>

*<br>
* Restart config...<br>
*<br>
*<br>
* USB Gadget Support<br>
*<br>
USB Gadget Support (USB_GADGET) [Y/n/m/?] y<br>
  Debugging messages (DEVELOPMENT) (USB_GADGET_DEBUG) [Y/n/?] y<br>
  Debugging information files (DEVELOPMENT) (USB_GADGET_DEBUG_FILES) [Y/n/?] y<br>
  Debugging information files in debugfs (DEVELOPMENT) (USB_GADGET_DEBUG_FS) [Y/n/?] y<br>
  Maximum VBUS Power usage (2-500 mA) (USB_GADGET_VBUS_DRAW) [2] 2<br>
  Number of storage pipeline buffers (USB_GADGET_STORAGE_NUM_BUFFERS) [2] 2<br>
  *<br>
  * USB Peripheral Controller<br>
  *<br>
  Faraday FUSB300 USB Peripheral Controller (USB_FUSB300) [N/m/y/?] n<br>
  Renesas R8A66597 USB Peripheral Controller (USB_R8A66597) [N/m/y/?] n<br>
  Marvell USB2.0 Device Controller (USB_MV_UDC) [N/m/y/?] n<br>
  Inventra HDRC USB Peripheral (TI, ADI, ...) (USB_GADGET_MUSB_HDRC) [Y/n/m/?] y<br>
  Renesas M66592 USB Peripheral Controller (USB_M66592) [N/m/y/?] n<br>
  PLX NET2272 (USB_NET2272) [N/m/y/?] n<br>
  Dummy HCD (DEVELOPMENT) (USB_DUMMY_HCD) [N/m/y/?] n<br>
  USB Gadget Drivers [M/y/?] m<br>
    Gadget Zero (DEVELOPMENT) (USB_ZERO) [N/m/?] n<br>
    Audio Gadget (USB_AUDIO) [N/m/?] n<br>
    Ethernet Gadget (with CDC Ethernet support) (USB_ETH) [M/n/?] m<br>
      RNDIS support (USB_ETH_RNDIS) [Y/n/?] y<br>
      Ethernet Emulation Model (EEM) support (USB_ETH_EEM) [N/y/?] n<br>
    Network Control Model (NCM) support (USB_G_NCM) [N/m/?] n<br>
    Gadget Filesystem (USB_GADGETFS) [M/n/?] m<br>
    Function Filesystem (USB_FUNCTIONFS) [N/m/?] n<br>
    File-backed Storage Gadget (DEPRECATED) (USB_FILE_STORAGE) [N/m/?] n<br>
    Mass Storage Gadget (USB_MASS_STORAGE) [M/n/?] m<br>
    Serial Gadget (with CDC ACM and CDC OBEX support) (USB_G_SERIAL) [M/n/?] m<br>
    MIDI Gadget (USB_MIDI_GADGET) [N/m/?] n<br>
    Printer Gadget (USB_G_PRINTER) [N/m/?] n<br>
    CDC Composite Device (Ethernet and ACM) (USB_CDC_COMPOSITE) [M/n/?] m<br>
    Nokia composite gadget (USB_G_NOKIA) [N/m/?] n<br>
    CDC Composite Device (ACM and mass storage) (USB_G_ACM_MS) [N/m/?] n<br>
    Multifunction Composite Gadget (USB_G_MULTI) [M/n/?] m<br>
      RNDIS + CDC Serial + Storage configuration (USB_G_MULTI_RNDIS) [Y/n/?] (NEW)       CDC Ethernet + CDC Serial + Storage configuration (USB_G_MULTI_CDC) [N/y/?] (NEW)<br>
Error in reading or end of file.<br>
    HID Gadget (USB_G_HID) [M/n/?] m<br>
    EHCI Debug Device Gadget (USB_G_DBGP) [N/m/?] n<br>
    USB Webcam Gadget (USB_G_WEBCAM) [N/m/?] n<br>
#<br>
# configuration written to .config<br>
#<br>
---------------------------------------------------------------------<br>
Finished state kernel-configure<br>
---------------------------------------------------------------------<br>
---------------------------------------------------------------------<br>
Removing broken symbolic linked quilt patches for kernel...<br>
---------------------------------------------------------------------<br>
xargs: illegal option -- -<br>
usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]<br>
             [-L number] [-n number [-x]] [-P maxprocs] [-s size]<br>
             [utility [argument ...]]<br>
make[2]: *** [kernel-quilt-clean-broken-symlinks] Error 1<br>
make[2]: `/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/beaglebone/patches/series&#39; is up to date.<br>
---------------------------------------------------------------------<br>
Building kernel with clang...<br>
---------------------------------------------------------------------<br>
(cd /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/beaglebone/src/bbone/kernel &amp;&amp;  time  make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- -j9 CONFIG_DEBUG_INFO=1 CONFIG_DEBUG_SECTION_MISMATCH=y CONFIG_NO_ERROR_ON_MISMATCH=y -mcpu=cortex-a8  CC?=&quot;/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/install/bin/clang -gcc-toolchain /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/arch/arm/toolchain/codesourcery/arm-2013.05&quot; uImage dtbs  )<br>

/Applications/Xcode.app/Contents/Developer/usr/bin/make: invalid option -- c<br>
/Applications/Xcode.app/Contents/Developer/usr/bin/make: invalid option -- u<br>
/Applications/Xcode.app/Contents/Developer/usr/bin/make: invalid option -- =<br>
/Applications/Xcode.app/Contents/Developer/usr/bin/make: invalid option -- c<br>
Usage: make [options] [target] ...<br>
Options:<br>
  -b, -m                      Ignored for compatibility.<br>
  -B, --always-make           Unconditionally make all targets.<br>
  -C DIRECTORY, --directory=DIRECTORY<br>
                              Change to DIRECTORY before doing anything.<br>
  -d                          Print lots of debugging information.<br>
  --debug[=FLAGS]             Print various types of debugging information.<br>
  -e, --environment-overrides<br>
                              Environment variables override makefiles.<br>
  -f FILE, --file=FILE, --makefile=FILE<br>
                              Read FILE as a makefile.<br>
  -h, --help                  Print this message and exit.<br>
  -i, --ignore-errors         Ignore errors from commands.<br>
  -I DIRECTORY, --include-dir=DIRECTORY<br>
                              Search DIRECTORY for included makefiles.<br>
  -j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no arg.<br>
  -k, --keep-going            Keep going when some targets can&#39;t be made.<br>
  -l [N], --load-average[=N], --max-load[=N]<br>
                              Don&#39;t start multiple jobs unless load is below N.<br>
  -L, --check-symlink-times   Use the latest mtime between symlinks and target.<br>
  -n, --just-print, --dry-run, --recon<br>
                              Don&#39;t actually run any commands; just print them.<br>
  -o FILE, --old-file=FILE, --assume-old=FILE<br>
                              Consider FILE to be very old and don&#39;t remake it.<br>
  -p, --print-data-base       Print make&#39;s internal database.<br>
  -q, --question              Run no commands; exit status says if up to date.<br>
  -r, --no-builtin-rules      Disable the built-in implicit rules.<br>
  -R, --no-builtin-variables  Disable the built-in variable settings.<br>
  -s, --silent, --quiet       Don&#39;t echo commands.<br>
  -S, --no-keep-going, --stop<br>
                              Turns off -k.<br>
  -t, --touch                 Touch targets instead of remaking them.<br>
  -v, --version               Print the version number of make and exit.<br>
  -w, --print-directory       Print the current directory.<br>
  --no-print-directory        Turn off -w, even if it was turned on implicitly.<br>
  -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE<br>
                              Consider FILE to be infinitely new.<br>
  --warn-undefined-variables  Warn when an undefined variable is referenced.<br>
  -N OPTION, --NeXT-option=OPTION<br>
                              Turn on value of NeXT OPTION.<br>
<br>
This program built for i386-apple-darwin11.3.0<br>
Report bugs to &lt;<a href="mailto:bug-make@gnu.org">bug-make@gnu.org</a>&gt;<br>
<br>
# Make data base, printed on Wed Nov  6 23:06:46 2013<br>
<br>
# Variables<br>
<br>
# command line<br>
CONFIG_DEBUG_INFO = 1<br>
# environment<br>
EC2_HOME = /Users/rmann/Library/Amazon/EC2/Current<br>
# environment<br>
__CHECKFIX1436934 = 1<br>
# environment<br>
CLANG = /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/install/bin/clang<br>
# environment<br>
GRADLE_HOME = /usr/local/gradle/current<br>
# environment<br>
rvm_path = /Users/rmann/.rvm<br>
# environment<br>
SHELL = /bin/bash<br>
# environment<br>
V =<br>
# environment<br>
_ = /usr/bin/make<br>
# environment<br>
HISTCONTROL = ignoredups:erasedups<br>
# environment<br>
_first = 0<br>
# environment<br>
DFLAGS = -Dddoc -odobj<br>
# environment<br>
EC2_URL = <a href="https://us-east-1.ec2.amazonaws.com" target="_blank">https://us-east-1.ec2.amazonaws.com</a><br>
# command line<br>
CONFIG_DEBUG_SECTION_MISMATCH = y<br>
# environment<br>
KM_HOME = /km<br>
# environment<br>
Apple_PubSub_Socket_Render = /tmp/launch-yTjHVT/Render<br>
# environment<br>
PATH = /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/arch/arm/toolchain/codesourcery/arm-2013.05/bin:/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/arch/arm/bin:/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/install/bin:/Users/rmann/bin:/Users/rmann/.rvm/bin:/DeveloperAdditions/Java/Ant/bin:/Library/ANTLR/bin:/usr/local/acl:/usr/local/mysql/bin:/usr/local/gputils/bin:/usr/local/dfu/bin:/usr/local/sam7utils/bin:/usr/local/git/bin:/usr/local/sbin:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/gradle/current/bin:/usr/local/maven/current/bin:/Users/rmann/Library/Amazon/EC2/Current/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/usr/local/CrossPack-AVR/bin:/usr/local/sbin:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/gradle/current/bin:/usr/local/maven/current/bin:/Users/rmann/Library/Amazon/EC2/Current/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/usr/local/CrossPack-AVR/bin:/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/arch/all/bin:/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/tools<br>

# environment<br>
EC2_CERT = ~/.ec2/cert-WCP3V636BAAVL7VUHDYYLKB7TJ3RJKS7.pem<br>
# default<br>
.FEATURES := target-specific order-only second-expansion else-if archives jobserver check-symlink<br>
# environment<br>
SSH_AUTH_SOCK = /tmp/launch-WMSeIx/Listeners<br>
# environment<br>
DISPLAY = /tmp/launch-ZwWXKp/org.macosforge.xquartz:0<br>
# environment<br>
HISTFILESIZE = 4000<br>
# environment<br>
HOME = /Users/rmann<br>
# environment<br>
rvm_bin_path = /Users/rmann/.rvm/bin<br>
# environment<br>
PWD = /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/beaglebone/src/bbone/kernel<br>
# environment<br>
ANT_HOME = /DeveloperAdditions/Java/Ant<br>
# environment<br>
MANPATH = /usr/local/man::/usr/local/CrossPack-AVR/man<br>
# environment<br>
TIME = ---------------------------------------------------------------------\n Build Time\n ---------------------------------------------------------------------\n User time (seconds): %U\n System time (seconds): %S\n Percent of CPU this job got: %P\n Elapsed (wall clock) time (h:mm:ss or m:ss): %E\n Maximum resident set size (kbytes): %M\n Major (requiring I/O) page faults: %F\n Minor (reclaiming a frame) page faults: %R\n Voluntary context switches: %w\n Involuntary context switches: %c\n Command being timed: &quot;%C&quot;\n Swaps: %W\n File system inputs: %I\n File system outputs: %O\n Page size (bytes): %Z\n Exit status: %x<br>

# environment<br>
LOGNAME = rmann<br>
# environment<br>
EC2_PRIVATE_KEY = ~/.ec2/pk-WCP3V636BAAVL7VUHDYYLKB7TJ3RJKS7.pem<br>
# environment<br>
M2_HOME = /usr/local/maven/current<br>
# default<br>
MAKECMDGOALS := uImage dtbs<br>
# environment<br>
SHLVL = 2<br>
# command line<br>
CONFIG_NO_ERROR_ON_MISMATCH = y<br>
# environment<br>
RSYNC_RSH = /usr/bin/ssh<br>
# command line<br>
CC = /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/install/bin/clang -gcc-toolchain /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/arch/arm/toolchain/codesourcery/arm-2013.05<br>
# environment<br>
JAVA_HOME = /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home<br>
# environment<br>
USER = rmann<br>
# environment<br>
TERM_SESSION_ID = 3B15142B-7EC0-429A-971C-950A205E9EDF<br>
# environment<br>
rvm_version = 1.14.6 (stable)<br>
# environment<br>
OLDPWD = /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/beaglebone<br>
# environment<br>
TERM_PROGRAM = Apple_Terminal<br>
# default<br>
.VARIABLES :=<br>
# environment<br>
TMPDIR = /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/beaglebone/tmp<br>
# environment<br>
PYTHONPATH = /usr/local/lib/python2.7/site-packages:<br>
# command line<br>
ARCH = arm<br>
# environment<br>
MAKEFLAGS =<br>
# environment<br>
MFLAGS =<br>
# environment<br>
TERM_PROGRAM_VERSION = 326<br>
# environment<br>
P4CONFIG = .p4config<br>
# environment<br>
ANTLR_HOME = /Library/ANTLR<br>
# environment<br>
__array_start = 0<br>
# command line<br>
CROSS_COMPILE = arm-none-linux-gnueabi-<br>
# environment<br>
__CF_USER_TEXT_ENCODING = 0x1F5:0:0<br>
# environment<br>
RESIN_HOME = /Library/Resin/current<br>
# environment<br>
EDITOR = edit -w --resume +1<br>
# environment<br>
escape_flag = 1<br>
# environment<br>
REFREPO = /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/arch/all/kernel.git<br>
# environment<br>
SECURITYSESSIONID = 1876a<br>
# environment<br>
GRADLE_OPTS = -Dfile.encoding=UTF-8<br>
# environment<br>
rvm_prefix = /Users/rmann<br>
# environment<br>
HISTSIZE = 4000<br>
# environment<br>
GREP_OPTIONS = --binary-files=without-match --exclude=tags<br>
# environment<br>
_second = 1<br>
# environment<br>
MAKELEVEL = 1<br>
# environment<br>
MAVEN_OPTS = -Dfile.encoding=UTF-8<br>
# environment<br>
LANG = en_US.UTF-8<br>
# environment<br>
TERM = xterm-256color<br>
# environment<br>
LLVM_HOME = /usr/local/llvm<br>
# variable set hash-table stats:<br>
# Load=69/1024=7%, Rehash=0, Collisions=3/80=4%<br>
<br>
# Pattern-specific Variable Values<br>
<br>
# No pattern-specific variable values.<br>
<br>
# Directories<br>
<br>
<br>
# No files, no impossibilities in 0 directories.<br>
<br>
# Implicit Rules<br>
<br>
# No implicit rules.<br>
<br>
# Files<br>
<br>
# Not a target:<br>
uImage:<br>
#  Command-line target.<br>
#  Implicit rule search has not been done.<br>
#  Modification time never checked.<br>
#  File has not been updated.<br>
<br>
# Not a target:<br>
dtbs:<br>
#  Command-line target.<br>
#  Implicit rule search has not been done.<br>
#  Modification time never checked.<br>
#  File has not been updated.<br>
<br>
# files hash-table stats:<br>
# Load=2/1024=0%, Rehash=0, Collisions=0/2=0%<br>
# VPATH Search Paths<br>
<br>
# No `vpath&#39; search paths.<br>
<br>
# No general (`VPATH&#39; variable) search path.<br>
<br>
# # of strings in strcache: 0<br>
# # of strcache buffers: 0<br>
# strcache size: total = 0 / max = 0 / min = 4096 / avg = 0<br>
# strcache free: total = 0 / max = 0 / min = 4096 / avg = 0<br>
<br>
# Finished Make data base on Wed Nov  6 23:06:46 2013<br>
<br>
<br>
real    0m0.004s<br>
user    0m0.002s<br>
sys     0m0.002s<br>
make: *** [state/kernel-build] Error 2<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Rick<br>
<br>
<br>
<br>
</font></span><br>_______________________________________________<br>
LLVMLinux mailing list<br>
<a href="mailto:LLVMLinux@lists.linuxfoundation.org">LLVMLinux@lists.linuxfoundation.org</a><br>
<a href="https://lists.linuxfoundation.org/mailman/listinfo/llvmlinux" target="_blank">https://lists.linuxfoundation.org/mailman/listinfo/llvmlinux</a><br></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">
Simplicity is the ultimate sophistication<br></div>
</div>