This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RVDS 4.1 Installation on Linux Ubuntu v11.04

Note: This was originally posted on 16th August 2011 at http://forums.arm.com

Hi,
I've downloaded Evaluation version of RVDS 4.1 from ARM  website and trying to install on Linux ubuntu 11.04 (On Lenovo T61  laptop). But installation is not happening.
I ran ./setuplinux.bin it says "Launching installer - please wait..." but nothing is happening after.
So can anybody please provide me some help in installing RVDS??

~JPR
  • Note: This was originally posted on 2nd September 2011 at http://forums.arm.com

    I have the same problem on Ubuntu 10.04 LTS

    strace on program gives juste before exit:


    open("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
    getdents(3, /* 20 entries */, 32768)    = 472
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/linux-pentium", {st_mode=S_IFDIR|0770, st_size=4096, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/win_32-pentium", {st_mode=S_IFDIR|0770, st_size=4096, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/armenv.sh", {st_mode=S_IFREG|0660, st_size=507, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/uninstall.sh", {st_mode=S_IFREG|0660, st_size=760, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/product.xml", {st_mode=S_IFREG|0660, st_size=4318, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/disable.xml", {st_mode=S_IFREG|0660, st_size=818, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/enable.xml", {st_mode=S_IFREG|0660, st_size=2407, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/armenv.bat", {st_mode=S_IFREG|0660, st_size=1116, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/install.xml", {st_mode=S_IFREG|0660, st_size=9294, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/solaris-sparc", {st_mode=S_IFDIR|0770, st_size=4096, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/support.sh", {st_mode=S_IFREG|0660, st_size=226, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/uninstall.xml", {st_mode=S_IFREG|0660, st_size=3240, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/support.bat", {st_mode=S_IFREG|0660, st_size=23, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/legal", {st_mode=S_IFDIR|0770, st_size=4096, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/setup.jar", {st_mode=S_IFREG|0660, st_size=339941, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/partlist.xml", {st_mode=S_IFREG|0660, st_size=23133, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/lib", {st_mode=S_IFDIR|0770, st_size=4096, ...}) = 0
    stat64("/home/e-caldichoury/professional/Utilities/Installer/2.3/221/launchfile.sh", {st_mode=S_IFREG|0660, st_size=4316, ...}) = 0
    getdents(3, /* 0 entries */, 32768)     = 0
    close(3)                                = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x668728) = 24988
    waitpid(24988, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 24988
    --- SIGCHLD (Child exited) @ 0 (0) ---
    stat64("/tmp/dfw4iBk7/deletelist", 0xbf93da9c) = -1 ENOENT (No such file or directory)
    lstat64("/tmp/dfw4iBk7", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
    open("/tmp/dfw4iBk7/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
    getdents(3, /* 2 entries */, 32768)     = 32
    getdents(3, /* 0 entries */, 32768)     = 0
    close(3)                                = 0
    lstat64("/tmp/dfw4iBk7/", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
    rmdir("/tmp/dfw4iBk7/")                 = 0
    exit_group(1)                           = ?


    Thanks in advance for your help
    Etienne Caldichoury
  • Note: This was originally posted on 8th September 2011 at http://forums.arm.com

    Hi,

    make sure that the setup files are executable;
    chmod -R a+X professional/
    helped for me

    regards, p.