Changes between Version 4 and Version 5 of TipAndDoc/Linux/OpenWRT/CrossCompile


Ignore:
Timestamp:
Jun 21, 2012 2:27:46 PM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Linux/OpenWRT/CrossCompile

    v4 v5  
    55 * [https://wiki.projectmeshnet.org/Build_for_OpenWRT Build for OpenWRT - meshwiki] 
    66 * [http://d.hatena.ne.jp/nyaxt/20120212#1329014697 FON2100E openwrt backfire 10.03.1用クロスコンパイル環境の構築 2012-02-12 - nyaxtのPC作業ログ] 
     7 
     8 = target system = 
     9 * /proc/cpuinfo 
     10{{{ 
     11system type             : Atheros AR7161 rev 2 
     12machine                 : Buffalo WZR-HP-AG300H 
     13processor               : 0 
     14cpu model               : MIPS 24Kc V7.4 
     15BogoMIPS                : 452.19 
     16wait instruction        : yes 
     17microsecond timers      : yes 
     18tlb_entries             : 16 
     19extra interrupt vector  : yes 
     20hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ff8, 0x0ffc, 0x0ff8, 0x0ff8] 
     21ASEs implemented        : mips16 
     22shadow register sets    : 1 
     23kscratch registers      : 0 
     24core                    : 0 
     25VCED exceptions         : not available 
     26VCEI exceptions         : not available 
     27}}} 
     28 
     29 == host system type == 
     30 * mitty@starseed:~$ wget "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" -O config.guess 
     31 * mitty@starseed:~$ wget "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" -O config.sub 
     32 * mitty@starseed:~$ chmod +x config.* 
     33 * mitty@starseed:~$ ./config.guess 
     34{{{ 
     35./config.guess: unable to guess system type 
     36 
     37This script, last modified 2012-06-17, has failed to recognize 
     38the operating system you are using. It is advised that you 
     39download the most up to date version of the config scripts from 
     40 
     41  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD 
     42and 
     43  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD 
     44 
     45If the version you run (./config.guess) is already up to date, please 
     46send the following data and any information you think might be 
     47pertinent to <config-patches@gnu.org> in order to provide the needed 
     48information to handle your system. 
     49 
     50config.guess timestamp = 2012-06-17 
     51 
     52uname -m = mips 
     53uname -r = 3.3.6 
     54uname -s = Linux 
     55uname -v = #1 Thu May 17 02:19:20 PDT 2012 
     56 
     57/usr/bin/uname -p = 
     58/bin/uname -X     = 
     59 
     60hostinfo               = 
     61/bin/universe          = 
     62/usr/bin/arch -k       = 
     63/bin/arch              = 
     64/usr/bin/oslevel       = 
     65/usr/convex/getsysinfo = 
     66 
     67UNAME_MACHINE = mips 
     68UNAME_RELEASE = 3.3.6 
     69UNAME_SYSTEM  = Linux 
     70UNAME_VERSION = #1 Thu May 17 02:19:20 PDT 2012 
     71}}} 
    772 
    873 = buildroot =