ts-7000
[Top] [All Lists]

[ts-7000] TS-7200 problem building the kernel 2.6

To:
Subject: [ts-7000] TS-7200 problem building the kernel 2.6
From: Claudio Paz <>
Date: Mon, 31 Aug 2009 16:43:11 -0700 (PDT)
Hi

I'm working at the R&D group named Clinical Engineering in the
Universidad TecnolÃgica Nacional, CÃrdoba â Argentina. We bought one
TS-7200 a couple of months ago for our telemedicine project and we are
trying to update the kernel to 2.6, because we need use a Sun Java
virtual machine which works in this kernel version.

I followed the web page (http://jandmworks.com/ts7200.html) steps,
but in the âBuilding the kernelâ section there is one script
(http://jandmworks.com/ts7200/build.sh) that does not work. I tried to
fix it updating the path but it does not work as well.

Iâm getting this error:

:~/Documentos/ARM9/cross-toolchains/ts7200/2.6/linux$
cat build.sh
#!/bin/sh

CC=gcc
CXX=g++

CCPTH="/home/claudiojpaz/Documentos/ARM9/cross-toolchains/ts7200/2.6/arm-none-linux-gnueabi/bin/"
CCSTM="arm-none-linux-gnueabi-"
echo ${CCPTH}${CCSTM}
export CROSS_COMPILE=${CCPTH}${CCSTM}
make ARCH=arm

:~/Documentos/ARM9/cross-toolchains/ts7200/2.6/linux$
sh build.sh
/home/claudiojpaz/Documentos/ARM9/cross-toolchains/ts7200/2.6/arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-
 CHK     include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' està actualizado.
 CHK     include/linux/utsrelease.h
 CC      arch/arm/kernel/asm-offsets.s
arch/arm/kernel/asm-offsets.c:1: sorry, unimplemented: -mfloat-abi=hard and VFP
In file included from include/asm/system.h:6,
                from include/asm/bitops.h:23,
                from include/linux/bitops.h:9,
                from include/linux/thread_info.h:20,
                from include/asm/current.h:4,
                from include/linux/capability.h:47,
                from include/linux/sched.h:49,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/memory.h:27:29: asm/arch/memory.h: No such file or directory
In file included from include/asm/system.h:6,
                from include/asm/bitops.h:23,
                from include/linux/bitops.h:9,
                from include/linux/thread_info.h:20,
                from include/asm/current.h:4,
                from include/linux/capability.h:47,
                from include/linux/sched.h:49,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/memory.h: In function `virt_to_phys':
include/asm/memory.h:170: error: `PHYS_OFFSET' undeclared (first use
in this function)
include/asm/memory.h:170: error: (Each undeclared identifier is
reported only once
include/asm/memory.h:170: error: for each function it appears in.)
include/asm/memory.h: In function `phys_to_virt':
include/asm/memory.h:175: error: `PHYS_OFFSET' undeclared (first use
in this function)
include/asm/memory.h: In function `virt_to_bus':
include/asm/memory.h:193: error: implicit declaration of function
`__virt_to_bus'
include/asm/memory.h: In function `bus_to_virt':
include/asm/memory.h:198: error: implicit declaration of function
`__bus_to_virt'
In file included from include/linux/irqflags.h:46,
                from include/asm/system.h:78,
                from include/asm/bitops.h:23,
                from include/linux/bitops.h:9,
                from include/linux/thread_info.h:20,
                from include/asm/current.h:4,
                from include/linux/capability.h:47,
                from include/linux/sched.h:49,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/irqflags.h:11:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/asm/bitops.h:23,
                from include/linux/bitops.h:9,
                from include/linux/thread_info.h:20,
                from include/asm/current.h:4,
                from include/linux/capability.h:47,
                from include/linux/sched.h:49,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/system.h:153:5: warning: "__LINUX_ARM_ARCH__" is not defined
include/asm/system.h:159:5: warning: "__LINUX_ARM_ARCH__" is not defined
include/asm/system.h:163:35: warning: "__LINUX_ARM_ARCH__" is not defined
include/asm/system.h:283:5: warning: "__LINUX_ARM_ARCH__" is not defined
include/asm/system.h:288:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/linux/bitops.h:9,
                from include/linux/thread_info.h:20,
                from include/asm/current.h:4,
                from include/linux/capability.h:47,
                from include/linux/sched.h:49,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/bitops.h:233:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/asm/thread_info.h:16,
                from include/linux/thread_info.h:21,
                from include/asm/current.h:4,
                from include/linux/capability.h:47,
                from include/linux/sched.h:49,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/fpstate.h:28:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/linux/spinlock.h:333,
                from include/linux/seqlock.h:29,
                from include/linux/time.h:8,
                from include/linux/timex.h:57,
                from include/linux/sched.h:53,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/atomic.h:25:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/linux/timex.h:187,
                from include/linux/sched.h:53,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/timex.h:15:28: asm/arch/timex.h: No such file or directory
In file included from include/linux/sched.h:54,
                from arch/arm/kernel/asm-offsets.c:13:
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: warning: "CLOCK_TICK_RATE" is not defined
include/linux/jiffies.h:225:31: division by zero in #if
include/linux/jiffies.h:225:31: division by zero in #if
In file included from include/linux/prefetch.h:14,
                from include/linux/list.h:8,
                from include/linux/wait.h:22,
                from include/asm/semaphore.h:9,
                from include/linux/sched.h:62,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/processor.h:103:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/asm/semaphore.h:13,
                from include/linux/sched.h:62,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/locks.h:15:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/asm/page.h:32,
                from include/linux/sched.h:63,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/glue.h:119:2: #error Unknown data abort handler type
In file included from include/linux/sched.h:63,
                from arch/arm/kernel/asm-offsets.c:13:
include/asm/page.h:106:2: #error Unknown user operations model
In file included from include/linux/sched.h:78,
                from arch/arm/kernel/asm-offsets.c:13:
include/linux/seccomp.h:8:25: asm/seccomp.h: No such file or directory
In file included from include/linux/sched.h:78,
                from arch/arm/kernel/asm-offsets.c:13:
include/linux/seccomp.h: In function `secure_computing':
include/linux/seccomp.h:15: error: `TIF_SECCOMP' undeclared (first use
in this function)
In file included from include/linux/mm.h:13,
                from arch/arm/kernel/asm-offsets.c:14:
include/linux/fs.h: At top level:
include/linux/fs.h:853: warning: "struct flock64" declared inside parameter list
include/linux/fs.h:853: warning: its scope is only this definition or
declaration, which is probably not what you want
include/linux/fs.h:855: warning: "struct flock64" declared inside parameter list
In file included from include/linux/mm.h:38,
                from arch/arm/kernel/asm-offsets.c:14:
include/asm/pgtable.h:23:30: asm/arch/vmalloc.h: No such file or directory
In file included from include/linux/mm.h:38,
                from arch/arm/kernel/asm-offsets.c:14:
include/asm/pgtable.h: In function `pmd_page_vaddr':
include/asm/pgtable.h:314: error: `PHYS_OFFSET' undeclared (first use
in this function)
In file included from arch/arm/kernel/asm-offsets.c:14:
include/linux/mm.h: In function `virt_to_head_page':
include/linux/mm.h:317: error: `PHYS_OFFSET' undeclared (first use in
this function)
In file included from arch/arm/kernel/asm-offsets.c:14:
include/linux/mm.h: In function `lowmem_page_address':
include/linux/mm.h:586: error: `PHYS_OFFSET' undeclared (first use in
this function)
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
:~/Documentos/ARM9/cross-toolchains/ts7200/2.6/linux$


Could any of you please provide me any help on this? I really appreciate it.

Please let me know if you need more details about my request.

Thanks in advance and have a nice day


      Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ts-7000/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/ts-7000/join
    (Yahoo! ID required)

<*> To change settings via email:
    
    

<*> To unsubscribe from this group, send an email to:
    

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

<Prev in Thread] Current Thread [Next in Thread>
  • [ts-7000] TS-7200 problem building the kernel 2.6, Claudio Paz <=
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU