[SOLVED]Building UEFI (EDK II) for x64 platform

HI,
I am trying to build the EDK II source for an x86 platform. I am carrying out the following steps from the release notes for Unix Systems. My OS is Linux 2.6.32
===============================================================================
                         HOW TO BUILD (UNIX-LIKE SYSTEM)
================================================================================
Unix-Like System Configuration:
  DistributorID: Ubuntu
  Description:   Ubuntu 9.10
  Release:       Ubuntu 9.10
  Codename:      Karmic
1.  Extract Common Source Code
    1)  Create a working space directory in the build machine, for example, ~/src/MyWorkspace
    2)  Extract files in [UDK2010.UP4] to the working space directory.
        In this case, it is ~/src/MyWorkspace. There are two BaseTools package one
        is for Windows system and another is for UNIX-Like system. Please make
        sure BaseTools(Unix).tar is used here.
    3)  Extract files in [P.UDK2010.UP4.Network] and copy the NetworkPkg Directory to the working    
space directory. In this case, it is ~/src/MyWorkspace.
    4)  Extract files in [P.UDK2010.UP4.SourceDebugging] and copy the SourceDebuggingPkg Directory    
    to the working space directory. In this case, it is ~/src/MyWorkspace.
3.  Generate OpenSSL* Crypto Library
    1)  Open file "~/src/MyWorkspace/CryptoPkg/Library/OpensslLib/Patch-HOWTO.txt"
        and follow the instruction to install OpenSSL* for UEFI building.
4.  Setup Build Environment
    1)  Follow instructions for setting up the build environment on tianocore.org.
        http://sourceforge.net/apps/mediawiki/t … ke_systems
        a) Please be noticed that here the root is "~/src/MyWorkspace" instead
           of "~/src/edk2"
        b) Follow the instructions for building GCC* for X64 and IA32 as well as
           building the Intel ASL compiler. Some of these steps are listed under
           the <Enabling Other Tools> section.
        c) At last check again and make sure "BaseTools", "GCC* for IA32", "GCC*
           for X64" and IASL compiler are successfully built out. Check if these
           tools path defined in "Conf/tools_def.txt" are accordant with actual
           tools path especially for UNIXGCC_IA32_PETOOLS_PREFIX,
           UNIXGCC_X64_PETOOLS_PREFIX and UNIX_IASL_BIN.
5.  Build Steps
    1)  Open a terminal and type "cd ~/src/MyWorkspace" to enter the workspace
        directory.
    2)  Initialize the build environment by typing ". edksetup.sh BaseTools".
    3)  Now type "build -t UNIXGCC -a IA32 -p Nt32Pkg/Nt32Pkg.dsc"
        to build the platform.
I am successful in executing the steps untill I run the last command which is 'build'. This instruction is from the link
http://sourceforge.net/apps/mediawiki/t … ke_systems (as pointed up above in step 4.1)
I get errors while running the command build.
Could someone help?
Regards!
Last edited by Flash99 (2011-09-20 05:06:54)

These are the Error messages that I receive:
/tmp/cc21nZXF.s: Assembler messages:
/tmp/cc21nZXF.s:2: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:2: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:2: Warning: setting incorrect section attributes for .debug_abbrev
/tmp/cc21nZXF.s:4: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:4: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:4: Warning: setting incorrect section attributes for .debug_info
/tmp/cc21nZXF.s:6: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:6: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:6: Warning: setting incorrect section attributes for .debug_line
/tmp/cc21nZXF.s:11: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:11: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:11: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:11: Error: unknown pseudo-op: `.endef'
/tmp/cc21nZXF.s:58: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:58: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:58: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:58: Error: unknown pseudo-op: `.endef'
/tmp/cc21nZXF.s:117: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:117: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:148: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:148: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:148: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:148: Error: unknown pseudo-op: `.endef'
/tmp/cc21nZXF.s:1594: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:1594: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:1594: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:1594: Error: unknown pseudo-op: `.endef'
/tmp/cc21nZXF.s:1612: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:1612: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:1621: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:1621: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:1621: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:1621: Error: unknown pseudo-op: `.endef'
/tmp/cc21nZXF.s:1972: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:1972: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:2082: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:2082: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:2102: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:2114: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:2150: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:2210: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:2222: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:2281: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:2281: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:3839: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:3839: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:3842: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:3850: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4117: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4122: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4132: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4137: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4154: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4162: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4173: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4176: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4187: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4190: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4194: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4200: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4206: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4212: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4223: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4226: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4230: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4232: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4236: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4242: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4248: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4254: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4260: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4262: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4267: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4271: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4273: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4285: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4291: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4297: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4303: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4309: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4315: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4321: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4327: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4329: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4341: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4347: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4353: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4359: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4365: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4371: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4382: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4388: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4394: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4400: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4406: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4412: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4418: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4441: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4490: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4515: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4612: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4666: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4673: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4675: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4679: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4685: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4691: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4708: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4711: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4715: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4721: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4727: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4733: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4735: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4739: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4741: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4746: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4750: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4752: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4764: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4791: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4794: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4809: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4836: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4889: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4903: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:4944: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:4944: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:5567: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:5567: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:5570: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:5587: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:5587: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:5587: Warning: setting incorrect section attributes for .debug_aranges
/tmp/cc21nZXF.s:5590: Error: unknown pseudo-op: `.secrel32'
/tmp/cc21nZXF.s:5599: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:5599: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:5633: Warning: entity size for SHF_MERGE not specified
/tmp/cc21nZXF.s:5633: Warning: group name for SHF_GROUP not specified
/tmp/cc21nZXF.s:5648: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:5648: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:5648: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:5648: Error: unknown pseudo-op: `.endef'
/tmp/cc21nZXF.s:5649: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:5649: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:5649: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:5649: Error: unknown pseudo-op: `.endef'
/tmp/cc21nZXF.s:5650: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:5650: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:5650: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:5650: Error: unknown pseudo-op: `.endef'
/tmp/cc21nZXF.s:5651: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:5651: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:5651: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:5651: Error: unknown pseudo-op: `.endef'
/tmp/cc21nZXF.s:5652: Error: unknown pseudo-op: `.def'
/tmp/cc21nZXF.s:5652: Error: unknown pseudo-op: `.scl'
/tmp/cc21nZXF.s:5652: Error: unrecognized symbol type "32"
/tmp/cc21nZXF.s:5652: Error: unknown pseudo-op: `.endef'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.debug_abbrev'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.debug_info'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.debug_line'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.rdata'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.debug_frame'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.debug_loc'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.debug_pubnames'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.debug_aranges'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.debug_ranges'
as: /home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj: warning: sh_link not set for section `.debug_str'
make: *** [/home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/PrintLibInternal.obj] Error 1
build.py...
: error 7000: Failed to execute command
make tbuild [/home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BasePrintLib/BasePrintLib]
build.py...
: error 7000: Failed to execute command
make tbuild [/home/max/UEFI/UDK2010.UP4/Build/MdeModule/DEBUG_UNIXGCC/X64/MdePkg/Library/BaseLib/BaseLib]
build.py...
: error F002: Failed to build module
/home/max/UEFI/UDK2010.UP4/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64, UNIXGCC, DEBUG]
Last edited by Flash99 (2011-09-16 15:12:20)

Similar Messages

  • [solved] Building a kernel meant for one computer on another computer?

    Hi!
    Is it possible to use my laptop to build a kernel meant for a much slower desktop computer?
    They're both running up-to-date Arch i686.
    Last edited by francisc1701 (2010-02-14 17:43:24)

    Everything does after its answered. Please mark solved. And you're welcome

  • [solved] building the kernel headers for custom kernels

    well, ive been building several different kernels for my laptop, so that i can test stuff. but ive got a problem with the kernel headers.
    ive mirrored the arch kernel's PKGBUILD and modified some naming to get a custom kernel. but when i try to build a custmo module, it complains the headers are broken. (example, vbox_build_module).
    im pasting the pkgbuild here for future reference...if someone sees something thats plain wrong, please say so.
    thanks
    # $Id: PKGBUILD 60382 2009-12-04 15:31:11Z tpowa $
    # Maintainer: Tobias Powalowski <[email protected]>
    # Maintainer: Thomas Baechler <[email protected]>
    pkgbase="kernel26"
    #pkgname=('kernel26' 'kernel26-firmware' 'kernel26-headers') # Build stock -ARCH kernel
    pkgname=('kernel26-git' 'kernel26-git-headers') # Build kernel with a different name
    _kernelname=${pkgname#kernel26}
    pkgver=2.6.34
    pkgrel=1
    _patchname=""
    _branch="linux-2.6"
    _gittag="v2.6.34-rc3"
    #_gittag="origin"
    arch=(i686 x86_64)
    license=('GPL2')
    groups=('base')
    url="http://www.kernel.org"
    source=(config
    # standard config files for mkinitcpio ramdisk
    kernel26.preset
    ${_patchname})
    build() {
    cd ${srcdir}/$_branch
    msg "Fetching branch ${_branch}"
    ## FOR BISECT, Comment these lines
    git reset --hard
    git clean -d -f
    git fetch
    msg "Cheking out tag ${_gittag}"
    git checkout $_gittag
    ### a patch
    if [ "${_patchname}" != "" ]; then
    patch -Np1 -i ${srcdir}/$_patchname || return 1
    fi
    # if [ "$CARCH" = "x86_64" ]; then
    cat ../config.x86_64 >./.config
    # else
    cat ../config >./.config
    # fi
    if [ "${_kernelname}" != "" ]; then
    sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
    fi
    # get kernel version
    make prepare
    # load configuration
    # Configure the kernel. Replace the line below with one of your choice.
    make menuconfig # CLI menu for configuration
    #make xconfig # X-based configuration
    #make oldconfig # using old config from previous kernel version
    # ... or manually edit .config
    # stop here
    # this is useful to configure the kernel
    #msg "Stopping build"
    #return 1
    yes "" | make config
    # build!
    make bzImage modules || return 1
    package_kernel26-git() {
    pkgdesc="The Linux Kernel and modules"
    backup=(etc/mkinitcpio.d/${pkgname}.preset)
    depends=('coreutils' 'kernel26-firmware>=2.6.32' 'module-init-tools' 'mkinitcpio>=0.5.20')
    # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now
    # nforce package support was abandoned by nvidia, kernel modules should cover everything now.
    # kernel24 support is dropped since glibc24
    replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi'
    'alsa-driver' 'ieee80211' 'hostap-driver26'
    'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv'
    'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs'
    'gspcav1' 'atl2' 'wlan-ng26' 'rt2500')
    install=kernel26.install
    optdepends=('crda: to set the correct wireless channels of your country')
    KARCH=x86
    cd ${srcdir}/$_branch
    _kernver="$(make kernelrelease)"
    mkdir -p ${pkgdir}/{lib/modules,boot}
    make INSTALL_MOD_PATH=${pkgdir} modules_install || return 1
    cp System.map ${pkgdir}/boot/System.map26${_kernelname}
    cp arch/$KARCH/boot/bzImage ${pkgdir}/boot/vmlinuz26${_kernelname}
    # # add vmlinux
    install -m644 -D vmlinux ${pkgdir}/usr/src/linux-${_kernver}/vmlinux
    # install fallback mkinitcpio.conf file and preset file for kernel
    install -m644 -D ${srcdir}/kernel26.preset ${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset || return 1
    # set correct depmod command for install
    sed \
    -e "s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/g" \
    -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
    -i $startdir/kernel26.install
    sed \
    -e "s|source .*|source /etc/mkinitcpio.d/kernel26${_kernelname}.kver|g" \
    -e "s|default_image=.*|default_image=\"/boot/${pkgname}.img\"|g" \
    -e "s|fallback_image=.*|fallback_image=\"/boot/${pkgname}-fallback.img\"|g" \
    -i ${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset
    echo -e "# DO NOT EDIT THIS FILE\nALL_kver='${_kernver}'" > ${pkgdir}/etc/mkinitcpio.d/${pkgname}.kver
    # remove build and source links
    rm -f ${pkgdir}/lib/modules/${_kernver}/{source,build}
    # remove the firmware
    rm -rf ${pkgdir}/lib/firmware
    package_kernel26-git-headers() {
    pkgdesc="Header files and scripts for building modules for kernel26"
    mkdir -p ${pkgdir}/lib/modules/${_kernver}
    cd ${pkgdir}/lib/modules/${_kernver}
    ln -sf ../../../usr/src/linux-${_kernver} build
    cd ${srcdir}/$_branch
    install -D -m644 Makefile \
    ${pkgdir}/usr/src/linux-${_kernver}/Makefile
    install -D -m644 kernel/Makefile \
    ${pkgdir}/usr/src/linux-${_kernver}/kernel/Makefile
    install -D -m644 .config \
    ${pkgdir}/usr/src/linux-${_kernver}/.config
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/include
    for i in acpi asm-{generic,x86} config linux math-emu media net pcmcia scsi sound trace video; do
    cp -a include/$i ${pkgdir}/usr/src/linux-${_kernver}/include/
    done
    # copy arch includes for external modules
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/arch/x86
    cp -a arch/x86/include ${pkgdir}/usr/src/linux-${_kernver}/arch/x86/
    # copy files necessary for later builds, like nvidia and vmware
    cp Module.symvers ${pkgdir}/usr/src/linux-${_kernver}
    cp -a scripts ${pkgdir}/usr/src/linux-${_kernver}
    # fix permissions on scripts dir
    chmod og-w -R ${pkgdir}/usr/src/linux-${_kernver}/scripts
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/.tmp_versions
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/kernel
    cp arch/$KARCH/Makefile ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/
    if [ "$CARCH" = "i686" ]; then
    cp arch/$KARCH/Makefile_32.cpu ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/
    fi
    cp arch/$KARCH/kernel/asm-offsets.s ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/kernel/
    # add headers for lirc package
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video
    cp drivers/media/video/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/
    for i in bt8xx cpia2 cx25840 cx88 em28xx et61x251 pwc saa7134 sn9c102 usbvideo zc0301; do
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/$i
    cp -a drivers/media/video/$i/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/$i
    done
    # add docbook makefile
    install -D -m644 Documentation/DocBook/Makefile \
    ${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile
    # add dm headers
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/md
    cp drivers/md/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/md
    # add inotify.h
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/include/linux
    cp include/linux/inotify.h ${pkgdir}/usr/src/linux-${_kernver}/include/linux/
    # add wireless headers
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/net/mac80211/
    cp net/mac80211/*.h ${pkgdir}/usr/src/linux-${_kernver}/net/mac80211/
    # add dvb headers for external modules
    # in reference to:
    # http://bugs.archlinux.org/task/9912
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-core
    cp drivers/media/dvb/dvb-core/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-core/
    # add dvb headers for external modules
    # in reference to:
    # http://bugs.archlinux.org/task/11194
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/
    cp include/config/dvb/*.h ${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/
    # add dvb headers for http://mcentral.de/hg/~mrec/em28xx-new
    # in reference to:
    # http://bugs.archlinux.org/task/13146
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/
    cp drivers/media/dvb/frontends/lgdt330x.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/
    cp drivers/media/video/msp3400-driver.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/
    # add xfs and shmem for aufs building
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/fs/xfs
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/mm
    cp fs/xfs/xfs_sb.h ${pkgdir}/usr/src/linux-${_kernver}/fs/xfs/xfs_sb.h
    # add headers vor virtualbox
    # in reference to:
    # http://bugs.archlinux.org/task/14568
    cp -a include/drm $pkgdir/usr/src/linux-${_kernver}/include/
    # add headers for broadcom wl
    # in reference to:
    # http://bugs.archlinux.org/task/14568
    cp -a include/trace $pkgdir/usr/src/linux-${_kernver}/include/
    # copy in Kconfig files
    for i in `find . -name "Kconfig*"`; do
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/`echo $i | sed 's|/Kconfig.*||'`
    cp $i ${pkgdir}/usr/src/linux-${_kernver}/$i
    done
    cd ${pkgdir}/usr/src/linux-${_kernver}/include && ln -s asm-$KARCH asm
    # add header for aufs2-util
    cp -a ${srcdir}/$_branch/include/asm-generic/bitsperlong.h ${pkgdir}/usr/src/linux-${_kernver}/include/asm/
    chown -R root.root ${pkgdir}/usr/src/linux-${_kernver}
    find ${pkgdir}/usr/src/linux-${_kernver} -type d -exec chmod 755 {} \;
    # remove unneeded architectures
    rm -rf ${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
    package_kernel26-firmware() {
    pkgdesc="The included firmware files of the Linux Kernel"
    groups=('base')
    cd ${srcdir}/$_branch
    make firmware || return 1
    make INSTALL_MOD_PATH=${pkgdir} firmware_install || return 1
    Last edited by eldragon (2010-04-04 14:58:16)

    ngoonee wrote:
    Check out this line
    for i in acpi asm-{generic,x86} config linux math-emu media net pcmcia scsi sound trace video; do
    for anything that might be missing. The error message when compiling would give you more of a clue. Off-hand, you may need to add 'generated', as I recall I needed that when the kernel moved to 2.6.33.
    Problem with vbox_build_module after Kernel update.
    Would you care to elaborate for us less versed in "Linux Geek" skills?
    Thanks.......
    [root@Arch2009p2 jeff]# vbox_build_module
    Building vboxdrv for Linux 2.6.33-ARCH
    make[1]: Entering directory `/opt/VirtualBox/src/vboxdrv'
    for f in . linux r0drv r0drv/generic r0drv/linux VBox common/err common/string common/log generic math/gcc; \
    do rm -f $f/*.o $f/.*.cmd $f/.*.flags; done
    rm -rf .vboxdrv* .tmp_ver* vboxdrv.* Module.symvers Modules.symvers modules.order
    make[1]: Leaving directory `/opt/VirtualBox/src/vboxdrv'
    make[1]: Entering directory `/opt/VirtualBox/src/vboxnetflt'
    for f in . linux r0drv r0drv/linux VBox common/err common/string common/log generic math/gcc; \
    do rm -f $f/*.o $f/.*.cmd $f/.*.flags; done
    rm -rf .vboxnetflt* .tmp_ver* vboxnetflt.* Modules.symvers modules.order
    make[1]: Leaving directory `/opt/VirtualBox/src/vboxnetflt'
    make[1]: Entering directory `/opt/VirtualBox/src/vboxnetadp'
    for f in . linux r0drv r0drv/linux VBox common/err common/string common/log generic math/gcc; \
    do rm -f $f/*.o $f/.*.cmd $f/.*.flags; done
    rm -rf .vboxnetadp* .tmp_ver* vboxnetadp.* Modules.symvers modules.order
    make[1]: Leaving directory `/opt/VirtualBox/src/vboxnetadp'
    rm -f vboxdrv.ko vboxnetflt.ko vboxnetadp.ko
    *** Building 'vboxdrv' module ***
    make[1]: Entering directory `/opt/VirtualBox/src/vboxdrv'
    make KBUILD_VERBOSE= -C /lib/modules/2.6.33-ARCH/build SUBDIRS=/opt/VirtualBox/src/vboxdrv SRCROOT=/opt/VirtualBox/src/vboxdrv modules
    make[2]: Entering directory `/usr/src/linux-2.6.33-ARCH'
    CC [M] /opt/VirtualBox/src/vboxdrv/linux/SUPDrv-linux.o
    In file included from /opt/VirtualBox/src/vboxdrv/include/VBox/types.h:34,
    from /opt/VirtualBox/src/vboxdrv/linux/../SUPDrvInternal.h:39,
    from /opt/VirtualBox/src/vboxdrv/linux/SUPDrv-linux.c:37:
    /opt/VirtualBox/src/vboxdrv/include/iprt/types.h:100:30: error: linux/autoconf.h: No such file or directory
    make[3]: *** [/opt/VirtualBox/src/vboxdrv/linux/SUPDrv-linux.o] Error 1
    make[2]: *** [_module_/opt/VirtualBox/src/vboxdrv] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.33-ARCH'
    make[1]: *** [vboxdrv] Error 2
    make[1]: Leaving directory `/opt/VirtualBox/src/vboxdrv'
    make: *** [all] Error 2

  • Is there a Oracle 9.2 version for X64 bit platform

    Hello!!
    I have X64 bit machine with Windows 2003 server enterprise x64 edition installed.
    Is there a Oracle 9.2 version which I can install on this machine?
    In the site I found the Oracle 9.2 version for IA64.
    Could anyone give me any pointers as to where I can find Oracle 9.2 for x64 platform.
    thanks and regards,
    Sandeep

    Hi,
    currently you only can install 9.2 32bit (Patch Set 9.2.0.3.0 or higher is required) on this platform. Pure 64bit software is only available for Itanium and EMD64/AMD64 architectures. I don't know if there are any plans to change that.
    Regards Werner

  • Cleaning tool for Asha Platform ?

    Hi, I think NOKIA should build a cleaning tool for Asha Platform like some softwares on Android or Windows, such as : Clean master or Ccleaner. Sometimes, you use the asha device, system creates tempt files or dump files and you must clean all to increase internal memory capacity. With the cleaning tool you can usually refresh your device and easily manage your softwares or games. Is this a good idea? 

    brian_le,
    That feature is sure to be desired of but due to restrictions of the Asha / S40 platform this might not be possible. Most of the temporary or cache files are needed in order to speed up some processes that is accessed frequently.
    How to free up memory on your Asha device: http://www.nokia.com/gb-en/support/faq/?action=sin​gleTopic&topic=FA141378

  • BW 3.5 IDES version for x64   Urgent

    Dear support,
    We need to install BW 3.5 IDES version for X64 windows-MSSQL
    platform , but we are unable to find CD/DVD sets available on
    Service.sap.com. Please let us know how to download the same and exact
    path for downloading at earliest.
    Thanks and Regards,
    AjitR

    Thanks Markus but i have already raised message to SAP week back , but since it is IDES issue SAP will hardly come back on this .
    I have my fingers crossed meanwhile i just need a note saying this is not possible for X64 platform for keeping my customer on hold.
    If you could find some.

  • Design view is unavailable for x64 and ARM target platforms. - Visual Studio 2013 Update 3

    Hello. I am having this problem at design view when i set project to x64. However problem disappear when i set to any cpu which makes it 32 bit.
    Design view is unavailable for x64 and ARM target platforms.
    Here my full XAML code
    <Window x:Class="doktora_tez_projesi_crawler_program.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:doktora_tez_projesi_crawler_program"
    Title="Doktora Tez Crawler" Height="874.099" Width="1092.99">
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="827*"/>
    <ColumnDefinition Width="258*"/>
    </Grid.ColumnDefinitions>
    <Button Content="Init Root Crawlin - This Deletes All Data" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Width="279" Click="click_start_Crawling" />
    <ListBox Name="lstBoxEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Height="138" Margin="10,155,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxMoreCommonFiredEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionMoreCommonFiredEvents}" Height="265" Margin="10,298,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxLinkCountFireEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionLinkCountEvents}" Height="265" Margin="10,568,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics}" HorizontalAlignment="Left" Height="114" Margin="10,36,0,0" VerticalAlignment="Top" Width="426">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics_2" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics_2}" HorizontalAlignment="Left" Height="114" Margin="441,36,0,0" VerticalAlignment="Top" Width="634" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <Label DataContext="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Content="{Binding Path=[1]}" HorizontalAlignment="Left" Margin="324,10,0,0" VerticalAlignment="Top"/>
    </Grid>
    </Window>
    Browser based Pokemon Style MMORPG Game Developer Used asp.net 4.0 routing at it's
    Monsters

    Hi MonsterMMORPG,
    I made a mistake in my previous reply. What I suggested is that you created a new and simple WPF app, set the platform to
    x64 rather than x86, and then build the app to check the result.
    If a new WPF app also has this issue, then I doubt whether this issue is related to your VS.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    no it doesn't happen
    it is triggered by one of these bindings in the xaml
    <ListBox Name="lstBoxEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Height="138" Margin="10,155,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxMoreCommonFiredEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionMoreCommonFiredEvents}" Height="265" Margin="10,298,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxLinkCountFireEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionLinkCountEvents}" Height="265" Margin="10,568,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics}" HorizontalAlignment="Left" Height="114" Margin="10,36,0,0" VerticalAlignment="Top" Width="426">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics_2" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics_2}" HorizontalAlignment="Left" Height="114" Margin="441,36,0,0" VerticalAlignment="Top" Width="634" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    Browser based Pokemon Style MMORPG Game Developer Used asp.net 4.0 routing at it's
    Monsters

  • How about gccfss for Solaris x86/x64 platforms?

    Subject says it all... it could make compiling a lot of code out there a whole lot easier!
    Bob

    I also desire gccfss for Solaris x86/x64 platforms .
    In the interim I have downloaded the source and am attempting to create such a beast.
    It is slow progress to fix the unexpected script breakage, but it seems to be going OK:
    Problems:
    1.): Issues like "-mtune=v9" and an "embeded spec" in gcc and cpp (from files
    gccfss_src/build/gcc/gccspec.o and gccfss_src/build/gcc/cppspec.o).
    2.): Use of OPTTABLE_H = $(srcdir)/config/target-option-table.h with SPARC specific
    options throughout
    EG:
    #ifdef CROSS_COMPILE
    #define NATIVE \
    { "-native", "-xtarget=generic" }, \
    { "-xarch=native64", "-Zarch=v9 -Zarchm64=v9 -Zm=64" },\
    { "-xarch=native", "-Zarch=v8plus -Zarchm32=v8plus -Zarchm64=v9 -Zm=32" },\
    { "-xtarget=native64", "-Zarch=generic -Zarchm32=generic -Zarchm64=v9 -xchip=generic -xcache=generic -Zm=64"}, \
    { "-xtarget=native", "-Zarch=generic -Zarchm32=generic -Zarchm64=v9 -xchip=generic -xcache=generic -Zm=32"}
    #else
    #define NATIVE \
    { "-native", "-xtarget=native" }, \
    { "-xarch=native64", "-xarch=native64 -Zm=64"}, \
    { "-xarch=native", "-xarch=native -Zm=32"}, \
    { "-xtarget=native64", "-xtarget=native64 -Zm=64"}, \
    { "-xtarget=native", "-xtarget=native -Zm=32"}
    #endif
    Thus, one would need to change:
    { "-xarch=native64", "-Zarch=v9 -Zarchm64=v9 -Zm=64" },\
    to something like:
    { "-xarch=native64", "-xarch=386 -m64" },\
    3.): Copy the "sparc_output_scratch_registers()" function from file
    "gccfss_src/src/gcc/config/sparc/sparc.c" to "gccfss_src/src/gcc/tree-ir.c".
    4.): Use the undocumented command line option "-frtl-backend" when this error
    occurs during the build (a simple Makefile change):
    `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
    xgcc: SUNW0scgfss 4.2.0 has not been installed. Either install it or use -frtl-backend.
    5.): More ...
    All these issues occur because the scripts expect "--build=sparc-pc-solaris2.11" but
    I configured using "--build=i386-pc-solaris2.11" . It seems like it is going to work
    but I am yet to finish stage1 of the build (I do have a working "xgcc").
    Rob

  • [SOLVED] Build nvidia-173xx (173.14.31-7) for linux-ck-kx (3.4.1-2)

    I need a bit of help here. For a few months I have been using the proprietary nvidia-173xx driver for my old NV34 / GeForce FX 5200 (I have a downgraded xorg-1.10 and a compatible nvidia-173xx-utils (173.14.31-1)).
    I have four kernels, and I used to be able to build the nvidia-173xx module without problems for all four kernels.
    However, after the recent upgrade from linux-ck-kx-3.3 to linux-ck-kx-3.4 I can no longer build the nvidia-173xx for this kernel (but it still builds fine for the three other kernels on my system).
    Here is the error I receive:
    $ makepkg -sfci
    ==> Making package: nvidia-173xx-ck-kx 173.14.31-7 (Wed Jun 6 10:46:18 EDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found NVIDIA-Linux-x86_64-173.14.31-pkg0.run
    -> Found generated.patch
    ==> Validating source files with md5sums...
    NVIDIA-Linux-x86_64-173.14.31-pkg0.run ... Passed
    generated.patch ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    Creating directory NVIDIA-Linux-x86_64-173.14.31-pkg0
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 173.14.31....................................................................................................................................
    patching file conftest.sh
    Makefile:339: /lib/modules/3.4.1-2-ck/build//Rules.make: No such file or directory
    make[1]: *** No rule to make target `/lib/modules/3.4.1-2-ck/build//Rules.make'. Stop.
    make: *** [module] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    I don’t know what to make of this error ; I’ve looked in `/lib/modules/<kernel-versions…>…' but I don’t see any file named `Rules.make' in there…
    Here are the files I use for building the modules (they are all slightly customized PKGBUILDs based on AUR/nvidia-173xx) :
    core/linux               --> PKGBUILD  --> nvidia.install
    core/linux-lts           --> PKGBUILD  --> nvidia.install
    AUR/linux-lts-ck       --> PKGBUILD  --> nvidia.install
    repo-ck/linux-ck-kx  --> PKGBUILD  --> nvidia.install
    In this list, #1-3 still build without a hitch, only #4 throws the error I pasted above. Ideas? Thanks in advance!
    Last edited by Montague (2012-06-07 21:53:12)

    Well nevermind, I don’t know what I was doing wrong before, but with yesterday’s update of nvidia-173xx (patch not longer required) and nvidia-173xx-utils in the AUR, I was able to upgrade to X.org-1.12, and I re-built the nvidia module for all my kernels. I now have a fully current arch system, yay !
    In case this is useful to anyone, here are the slightly modified PKGBUILD and nvidia.install that I used (based on natrio’s package in the AUR)

  • PKCS#11 support for x64 Windows

    Hi All,
    I'm trying to discover the truth (aren't we all?) Can anyone confirm what the current (and future) support for PKCS#11 for x64 Windows system is? Looking around, it appears I might be out of luck, but I'm hoping more of you might have discovered stuff I haven't?
    I understand that there ARE definately providers for other platforms (which kinda defeats the platform independancy of Java doesn't it?) but I
    'm not running other platforms (well apart from x86 Windows which is fine).
    Thanks in advance,
    Tim.

    I have the same problem. The problem with the AMD 64 bit Windows downloads (both JRE and JDK) is that the file j2pkcs11.dll is missing from the build. It is present in other releases but not this one. Does anyone know where this file can be obtained?

  • Unresolved external symbol NumericArrayResize when compiling a DLL at x64 platform using vs2005

    I have a dll which is called by Labview through "Call Library Function Node". I want to port this dll to x64 platform from 32bit code which runs well at x86 computer. So, I download the Labview 8.5 evaluation version, replace the orginal referenced header file and library file in 32 bit code, such as extcode.h, fundtypes.h, labview.lib etc. Then I compile the code with Visual Studio 2005, error occurs when link "error LNK2001: unresolved external symbol NumericArrayResize". I don't know why because I really link library labview.lib. Can anyone help me?

    Please check the solution in this thread, this may help you solve your problem.
    http://stackoverflow.com/questions/925540/how-to-resolve-the-following-linker-errors-in-visual-studio
    If you still get the same problem after try the solution, please feel free and let me know.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Workgroup Installing Client Fails (Build and Capture) - Windows 7 x64

    Hi, I'm trying to configure a Build and Capture TS for Windows 7 x64 but the client always fails to find my site during installation, which means I can't install updates and applications. I'm running SCCM 2012 SP1 and the ConfigMgr2012-SP1-KB2801987-X64-ENU
    hotfix has already been installed.
    I'm using the SMSMP=XX.XX (and SMSSITECODE=XXX) options but the log always says "No MPs were specified from commandline..."
    I've done a huge amount of searching and it seems like it should be possible to end up with a client installed on a workgroup computer with the correct side code (and displaying "Currently Internet"), which should allow updates to be installed
    during the TS, but I can't get it to work! Any help would be greatly appreciated.
    Here's part of my ccmsetup.log file :
    ==========[ ccmsetup started in process 2332 ]========== ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Running on platform X64 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Launch from folder D:\_SMSTaskSequence\OSD\XXX00034\ ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    CcmSetup version: 5.0.7804.1500 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Running on OS (6.1.7600). Service Pack (0.0). SuiteMask = 256. Product Type = 1 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Ccmsetup command line: "D:\_SMSTaskSequence\OSD\XXX00034\ccmsetup.exe" /useronly /source:D:\_SMSTaskSequence\OSD\XXX00034 /config:MobileClient.TCF /status:572 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Command line parameters for ccmsetup have been specified. No registry lookup for command line parameters is required. ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Command line: "D:\_SMSTaskSequence\OSD\XXX00034\ccmsetup.exe" /useronly /source:D:\_SMSTaskSequence\OSD\XXX00034 /config:MobileClient.TCF /status:572 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Copying config file from D:\_SMSTaskSequence\OSD\XXX00034\MobileClient.TCF to folder D:\WINDOWS\ccmsetup\. Return result: 0x0 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    SslState value: 224 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    CCMHTTPPORT: 80 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    CCMHTTPSPORT: 443 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    CCMHTTPSSTATE: 0 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    CCMHTTPSCERTNAME: ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    FSP: ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    CCMFIRSTCERT: 1 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Config file: D:\WINDOWS\ccmsetup\MobileClientUnicode.tcf ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Retry time: 10 minute(s) ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    MSI log file: D:\WINDOWS\ccmsetup\Logs\client.msi.log ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    MSI properties: INSTALL="ALL" SMSPROVISIONINGMODE="1" SMSSITECODE="XXX" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="0" CCMFIRSTCERT="1" ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    Source List: ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    D:\_SMSTaskSequence\OSD\XXX00034 ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    MPs: ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    None ccmsetup 6/06/2014 10:58:01 AM 2336 (0x0920)
    No version of the client is currently detected. ccmsetup 6/06/2014 10:58:02 AM 2336 (0x0920)
    Updated security on object D:\WINDOWS\ccmsetup\. ccmsetup 6/06/2014 10:58:02 AM 2336 (0x0920)
    A Fallback Status Point has not been specified. Message with STATEID='100' will not be sent. ccmsetup 6/06/2014 10:58:02 AM 2336 (0x0920)
    Downloading file D:\_SMSTaskSequence\OSD\XXX00034\ccmsetup.exe ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    Downloading D:\_SMSTaskSequence\OSD\XXX00034\ccmsetup.exe to D:\WINDOWS\ccmsetup\ccmsetup.exe ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    File download 17% complete (262144 of 1457840 bytes). ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    File download 35% complete (524288 of 1457840 bytes). ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    File download 53% complete (786432 of 1457840 bytes). ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    File download 71% complete (1048576 of 1457840 bytes). ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    File download 89% complete (1310720 of 1457840 bytes). ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    File download 100% complete (1457840 of 1457840 bytes). ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    Download complete. ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    Running as user "SYSTEM" ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Detected 928475 MB free disk space on system drive. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Checking Write Filter Status. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    This is not a supported write filter device. We are not in a write filter maintenance mode. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Unexpected row count (0) retrieved from AD. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Failed to get site version from AD with error 0x80004005 ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    SiteCode: XXX ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    SiteVersion: ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    No MPs were specified from commandline or the mobileclient.tcf. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Downloading file ccmsetup.cab ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Determining source location... ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Found accessible source: D:\_SMSTaskSequence\OSD\XXX00034 ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Found available source D:\_SMSTaskSequence\OSD\XXX00034\ ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Downloading D:\_SMSTaskSequence\OSD\XXX00034\ccmsetup.cab to D:\WINDOWS\ccmsetup\ccmsetup.cab ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    File download 100% complete (9613 of 9613 bytes). ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Download complete. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)

    Thanks for the reply. You're right, I'm setting the SMSMP and SMSSITECODE in the command line of the package itself, not the TS properties box. I have tried both ways, in fact every combination I could think of and nothing seems to produce an installed client
    which knows its site (and both ways produce almost identical logs, which makes me think the properties are being ignored from either location).
    The log doesn't actually contain any error messages which seem relevant at all, but here's some chunks with all of the errors (the log was too big to post in its entirety) :
    Download complete. ccmsetup 6/06/2014 10:58:03 AM 2336 (0x0920)
    Running as user "SYSTEM" ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Detected 928475 MB free disk space on system drive. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Checking Write Filter Status. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    This is not a supported write filter device. We are not in a write filter maintenance mode. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Unexpected row count (0) retrieved from AD. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Failed to get site version from AD with error 0x80004005 ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    SiteCode: XXX ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    SiteVersion: ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    No MPs were specified from commandline or the mobileclient.tcf. ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Downloading file ccmsetup.cab ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Determining source location... ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Found accessible source: D:\_SMSTaskSequence\OSD\XXX00034 ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Found available source D:\_SMSTaskSequence\OSD\XXX00034\ ccmsetup 6/06/2014 10:58:05 AM 2336 (0x0920)
    Discovering whether item 'x64/MicrosoftPolicyPlatformSetup.msi' exists. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Couldn't find a product with MSI upgrade code '{19B9818B-7432-49E9-BC02-B126025EE235}' in the MSI database. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Item x64/MicrosoftPolicyPlatformSetup.msi has not been installed yet. Put to pending install list. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Discovering whether item 'x64/WindowsFirewallConfigurationProvider.msi' exists. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    File 'D:\WINDOWS\ccmsetup\WindowsFirewallConfigurationProvider.msi' does not exist. Discovery failed. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Item x64/WindowsFirewallConfigurationProvider.msi has not been installed yet. Put to pending install list. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Discovering whether item 'i386/Silverlight.exe' exists. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    32-bit Hive selected ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Item i386/Silverlight.exe has not been installed yet. Put to pending install list. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Discovering whether item 'i386/dotNetFx40_Client_x86_x64.exe' exists. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Detected item 'i386/dotNetFx40_Client_x86_x64.exe' ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Discovering whether item 'SCEPInstall.exe' exists. ccmsetup 6/06/2014 10:58:11 AM 2336 (0x0920)
    Couldn't determine site version for site 'XXX'. Let client deployment continue. ccmsetup 6/06/2014 10:58:16 AM 2336 (0x0920)
    MSI: Action 11:01:01: CcmRegisterHostedApplications. Register hosted out-of-proc DCOM applications running inside of Configuration Manager Client. ccmsetup 6/06/2014 11:01:01 AM 2336 (0x0920)
    MSI: Action 11:01:01: CcmRegisterEndpointsInit. Gathers information such as log file name on each endpoint to be registered on the system. ccmsetup 6/06/2014 11:01:01 AM 2336 (0x0920)
    MSI: Action 11:01:01: CcmRegisterEndpointRollback. In the event of a failed installation, this action rolls back the changes from CcmRegisterEndpoint. ccmsetup 6/06/2014 11:01:01 AM 2336 (0x0920)
    MSI: Action 11:01:01: CcmRegisterEndpoint. Registers endpoint gathered in the action CcmRegisterEndpointsInit with WMI. ccmsetup 6/06/2014 11:01:01 AM 2336 (0x0920)
    MSI: Action 11:01:01: CcmRegisterSystemTasksInit. Processes the CcmSystemTask table and passes this information to CcmRegisterSystemTask. ccmsetup 6/06/2014 11:01:01 AM 2336 (0x0920)
    MSI: Action 11:01:01: CcmRegisterSystemTaskRollback. Rolls back the changes made by CcmRegisterSystemTask. ccmsetup 6/06/2014 11:01:01 AM 2336 (0x0920)
    MSI: Action 11:01:01: CcmRegisterSystemTask. Registers a System Task with WMI. ccmsetup 6/06/2014 11:01:01 AM 2336 (0x0920)
    MSI: Action 11:01:02: CcmRegisterPerfCounters. Registers performance counters gathered in the CcmRegisterPerfCountersInit action ccmsetup 6/06/2014 11:01:02 AM 2336 (0x0920)
    MSI: Action 11:01:02: CcmRegisterComponentsInit. Generates the list of components for CcmRegisterComponets action to register. ccmsetup 6/06/2014 11:01:02 AM 2336 (0x0920)
    MSI: Action 11:01:03: CcmRegisterComponentsRollback. In the event of a failed installation, this action rolls back the changes from CcmRegisterComponents. ccmsetup 6/06/2014 11:01:03 AM 2336 (0x0920)
    MSI: Action 11:01:03: CcmRegisterComponents. Registers components passed in from CcmRegisterComponentsInit ccmsetup 6/06/2014 11:01:03 AM 2336 (0x0920)
    MSI: Action 11:01:03: SmsMigrateSwDistHistory. Migrate software distribution history. ccmsetup 6/06/2014 11:01:03 AM 2336 (0x0920)
    MSI: Action 11:01:03: CcmInstallUtilInit. Initializing InstallUtil.exe to register .net WMI provider ccmsetup 6/06/2014 11:01:03 AM 2336 (0x0920)
    MSI: Action 11:01:04: CcmStopService. Stops the ccmexec service. ccmsetup 6/06/2014 11:01:04 AM 2336 (0x0920)
    MSI: Action 11:01:04: StopServices. Stopping services ccmsetup 6/06/2014 11:01:04 AM 2336 (0x0920)
    MSI: Action 11:01:04: SmsUninstallPrepDrvr. Uninstalling Software Metering PREP Driver ccmsetup 6/06/2014 11:01:04 AM 2336 (0x0920)
    MSI: Warning 25702. Failed to uninstall PrepDrvr.Sys for Software Metering Agent. ccmsetup 6/06/2014 11:01:04 AM 2336 (0x0920)
    MSI: Action 11:01:04: SmsStopUIComponents. This custom action forces all open client UI components to stop and exit. ccmsetup 6/06/2014 11:01:04 AM 2336 (0x0920)
    MSI: Action 11:01:04: SmsStopUserComponents. This custom action forces all open client UI and SCNotification components to stop and exit. ccmsetup 6/06/2014 11:01:04 AM 2336 (0x0920)
    MSI: Action 11:01:04: CcmUnloadWmiProviders. Enumerates all providers and unloads them, verifies they are unloaded, and then reloads them. ccmsetup 6/06/2014 11:01:04 AM 2336 (0x0920)
    MSI: Action 11:01:22: CcmRegisterHostedApplicationsRollback. Rollback the registration of hosted out-of-proc DCOM applications running inside of Configuration Manager Client. ccmsetup 6/06/2014 11:01:22 AM 2336 (0x0920)
    MSI: Action 11:01:22: CcmRegisterHostedApplications. Register hosted out-of-proc DCOM applications running inside of Configuration Manager Client. ccmsetup 6/06/2014 11:01:22 AM 2336 (0x0920)
    MSI: Action 11:01:22: CcmRegisterEndpointRollback. In the event of a failed installation, this action rolls back the changes from CcmRegisterEndpoint. ccmsetup 6/06/2014 11:01:22 AM 2336 (0x0920)
    MSI: Action 11:01:22: CcmRegisterEndpoint. Registers endpoint gathered in the action CcmRegisterEndpointsInit with WMI. ccmsetup 6/06/2014 11:01:22 AM 2336 (0x0920)
    MSI: Action 11:01:22: CcmRegisterSystemTaskRollback. Rolls back the changes made by CcmRegisterSystemTask. ccmsetup 6/06/2014 11:01:22 AM 2336 (0x0920)
    MSI: Action 11:01:22: CcmRegisterSystemTask. Registers a System Task with WMI. ccmsetup 6/06/2014 11:01:22 AM 2336 (0x0920)
    MSI: Action 11:01:26: CcmRegisterPerfCountersRollback. Rolls back any changes made by CcmRegisterPerfCounters if install fails. ccmsetup 6/06/2014 11:01:26 AM 2336 (0x0920)
    MSI: Action 11:01:26: CcmRegisterPerfCounters. Registers performance counters gathered in the CcmRegisterPerfCountersInit action ccmsetup 6/06/2014 11:01:26 AM 2336 (0x0920)
    MSI: Action 11:01:26: CcmRegisterComponentsRollback. In the event of a failed installation, this action rolls back the changes from CcmRegisterComponents. ccmsetup 6/06/2014 11:01:26 AM 2336 (0x0920)
    MSI: Action 11:01:26: CcmRegisterComponents. Registers components passed in from CcmRegisterComponentsInit ccmsetup 6/06/2014 11:01:26 AM 2336 (0x0920)
    MSI: Action 11:01:26: CcmInstallUtil. Calling InstallUtil.exe to register .net WMI provider ccmsetup 6/06/2014 11:01:26 AM 2336 (0x0920)
    MSI: Action 11:01:33: SmsSetLUAAccessPermissions. >Gets permission for evelation on Vista and grants each COM object permission. ccmsetup 6/06/2014 11:01:33 AM 2336 (0x0920)

  • PDF iFilter 11.0.01 for x64 is not usable

    I use Traditional Chinese Windows 7 x64 Home Premium SP1 and Adobe Reader 11.0.02.
    I don't use the "Windows Search" service and have disabled it.
    Today I un-installed the old Adobe PDF iFilter 9 for x64 (from Programs and Features), restarted my PC and installed the latest PDF iFilter 11.0.01 for x64. Also, after installation, I appended to the PATH environment variable, correctly, the full path of the bin sub-folder under this new iFilter's default installation folder, i.e., C:\Program Files\Adobe\Adobe PDF iFilter 11 for 64-bit platforms\bin .
    Now, in Windows Explorer, when I do a search from the serach box (at the upper righthand corner), with the syntax content:<search keyword>, no result is returned from any PDF file when I do know the <search keyword> is contained in some PDF files in the folder.
    Another bad thing... I have a file searching utility called "FileSeek 3.0", which was released in April this year.  After the installation of iFilter 11.0.01, now it hangs when searching PDF files.
    There was no problem before today, when iFilter 9 was used.
    So, anything wrong with the 11.0.01 iFilter? Or I missed something?

    I have the same problem for a couple of months, and I had to use a plug-in in Firefox to print a web page. I really need the web page address in the footer for reference purposes which Chrome print (Ctrl+P) does not produce.
    The error message is: A supported version of Acrobat could not be found. Please install or update Acrobat to 11.0.9 or higher."
    After updating to Acrobat 11.0.10 and repairing the installation the problem did not go away.
    Deleting and re-installing the extension did not help either.

  • An EFFECTIVE development directory structure for J2EE platform?

    Hi, here we r talking about deployment environment more than development
    environment. Have u ever think about designing an EFFECTIVE development
    directory structure for J2EE platform( e.g. weblogic )? u r not using the
    deployment directories for coding, r u? :)
    I used to construct a dir structure for dev and want to improve it.
    d:/wholesystem/*.prj // Project files
    ...../module1/src/com/.... // Module source files
    ...../module1/doc/... // Module doc files
    ...../module1/classes/... // Module class files
    ...../module2/...
    ...../web/*.jsp // web page files
    ...../web/images/... // web page images
    ...../web/WEB-INF/... //...
    Do u have any good ideas? Thanks!
    * Name: Gary Wang
    * Tele: 010-65546668-8119
    * Mail: [email protected]

    Create a web-inf folder at the same level of src and
    jsp folder inside src
    i mean
    /build.xml
    /src/
    /src/java/<package>/...../*.java
    /src/demo/<package/...../*.java
    /src/test/<package>/....../*.java
    /src/jsp
    /web-infSo, would you put in /src/jsp only the *.jsp?
    And what in /WEB-INF ? What woud you put there? Would you do something like:
    /WEB-INF/web.xml
    /WEB-INF/src/<package>/..../<my_servlets_and_j2ee_stuff>.java
    /WEB-INF/classes/<package>/..../<my_servlets_and_j2ee_stuff>.java
    In this manner sources and classes are in the same tree, it does not seem very clean to me, expecially if you consider that probably I must have a "test" directory to unit test some j2ee stuff (as for the j2se stuff in "src"): how would you do that?
    Is this directory structure anyway what you meant or not?
    alessio

  • Oracle forms 10g 32bit with Oracle 10g database on windows itanium for x64

    Hi.....
    Currently we are planning to have this configuration
    1. Oracle10g RAC on HP rx6600 with windows itanium for x64 architecture
    2. Oracle Application Server (32-bit) on windows 2003 (forms & reports services)
    3. Application migrated from 6i to 10g
    I have to things to ask about?
    1.Will it be ok to connect from an application compiled with _(32-bit)_ 10g forms to a x64_ platform without problems ?
    2. Can we connect forms and reports of developer 6i +(32-bit)+ to 10g RAC on x64_ platform if the character set is not UTF8 ?

    1.Will it be ok to connect from an application compiled with (32-bit) 10g forms to a x64 platform without problems ?I did this also. A 32bit Oracle Form(10gR2) on Linux and a 64 bit (10gR2) database. And this works without a problem. Since you didn't mentioned your versions I would suggest you look for your combination if it is certified combination.
    2. Can we connect forms and reports of developer 6i (32-bit) to 10g RAC on x64 platform if the character set is not UTF8 ?I don't know if the combination is certified. But regarding your character set, you have a character set setting (NLS_LANG, DEVELOPER_LANG, etc.. ) for your developer 6i, your database has it's own character set. Depending on those setting a conversion of the character set will take place between your developer 6i and the database, when you get and put data to the database. But like I said I don't know if developer 6i and 10g is still a supported combination.

Maybe you are looking for

  • Mail attachments video will not play with sound

    Since installing ML, My email video attachments that I recive do not play any sound.  The video component works fine, loads reasonably quickly but has no sound.  I have check my speaker settings and sound plays on other applications, eg itunes etc. 

  • Bought TV and Movie and have audio only NO VIDEO!!!

    Why don't I have video? I have plenty of space. Just bought the new IPod 30GB for my niece for Christmas, and I wanted to put a few TV shows and a movie on it for her. I was able to download the TV shows and the movie, but got only audio. Don't know

  • LR Crashes when I select music for a Slideshow!

    Since I upgraded to Yosemite on my MacPro, whenever I try to select music for a slideshow, the app crashes.  Has anyone else had this problem?

  • Setting system resources by  ulimit

    Hi I need to increase the maximum number of file descriptors in my application . I increased the number of file descriptors by using ulimit . but do I have to increase other system resources like maximum file size , maximum data segment size etc. ??

  • Optimal Still Rez for HD or Widescreen projects?

    I found in the FAQs where it says the optimal size for stills to bring into a PE project is 1000 X 750, which makes sense for a 4:3 project. What about widescreen? And what about projects that the end user might use one of those DVD players or receiv