Posts by rizla3066

    Hello people.


    Problem with compiling oscam with pcsc support for the BTHomeHub 5 running Lede.


    Compiling on ubuntu with all packages required including pcsc and using Lede SDK but i get a constant fail when trying to compile with pcsc.


    Crosscomping without pcsc completes with no errors.


    Im using the following command


    Code
    make CROSS=/home/user/Downloads/lede-sdk-lantiq-xrx200_gcc-5.4.0_musl-1.1.15.Linux-x86_64/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.15/bin/mips-openwrt-linux- CONF_DIR=/etc/config/oscam/ USE_PCSC=1


    and it fails with


    Code
    CONF	build/mips-openwrt-linux-musl-pcsc/config.c
    LINK	Distribution/oscam-1.20-unstable_svn11277-mips-openwrt-linux-musl-pcsc.debug
    /home/user/Downloads/lede-sdk-lantiq-xrx200_gcc-5.4.0_musl-1.1.15.Linux-x86_64/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.15/bin/../lib/gcc/mips-openwrt-linux-musl/5.4.0/../../../../mips-openwrt-linux-musl/bin/ld: cannot find -lpcsclite
    collect2: error: ld returned 1 exit status
    Makefile:396: recipe for target 'Distribution/oscam-1.20-unstable_svn11277-mips-openwrt-linux-musl-pcsc.debug' failed
    make[1]: *** [Distribution/oscam-1.20-unstable_svn11277-mips-openwrt-linux-musl-pcsc.debug] Error 1
    Makefile:365: recipe for target 'all' failed
    make: *** [all] Error 2



    Any one know where im going wrong with this?


    Thanks

    the box works fine with C lines. not from the OSD tho.


    create a txt file called shares.txt and use the following format then put on a USB stick and select update from OSD and select the shares.txt on the USB



    #************************Instruction****************
    #This is the struct to upgrade Newcs & Cccam account
    #1. one line, one account, and all date must be in {}
    #2. the first byte, 'n' means Newcs , 'c' means Cccam 'w' means web harddis 'f' means ftp
    # second byte is Tcp port
    # third byte is the server address
    # fourth byte is the user name
    # fifth byte is password
    # if Newcs account, the last byte is DesKey.
    # each byte divide by ','
    # {n,portnumber,domain.dyndns.org,username,password,01 02 03 04 05 06 07 08 09 10 11 12 13 14}
    # {c,portnumber,domain.dyndns.com,username,password}
    # {w,0,Server address,user name,password}
    # {f,0021,server address,user name,passwrod}
    # The details above are examples only, they are not valid lines and will not connect you to anything.