Readynas Apt-get Install Gcc
Used for this build was a ReadyNAS Duo Box running an old Linux on Sparc v8 Architecture. For this to work on that NAS box you need to get ssh root access and the apt-Tool installed.
Get the prerequisites with apt-get install as root: • gcc (should be Version 3.3. Numbers Software For Mac Free Download. 5) • the libraries for libzmq: uuid-dev as listed on this page elsewhere. • autotools, autoconf, autolib, make • coreutils for sed and friends 2. Get the sources for libzmq (I used apt to fetch wget and then wget to get the package) 3.
Untar/unzip them and you will get a folder zeromq-2.1.10 4. Cd into that directory 5. ./configure --build=sparc-linux If you need debug info add —enable-debug to the configure command line. Get configure to run installing everything configure is complaining about to be missing. For gcc 3.3.5 a Warning about a private constructor used in ctx.cpp thus stopping the build because of -Werror.

Additionally the ReadyNAS is using a v8 architecture sparc. The following step takes care of it: 7. Edit the generated config.status file * find -Werror and remove it * in the same line change -mv9 to -mv8 to tell g++ to emit SPARC code. -mv9 will emit SPARC32PLUS code not runnable on the ReadyNAS. If your sparc is a v9 architecture you may leave that as it is. It's a pitty but the auto* toolset available for the ReadyNAS is not supported by the auto* files in the package. Philips Gogear Vibe 4gb Mp4 Player Video Converter Download there.
So you need to modify their output directly. If you changed config.status in the last step you need to recreate all makefiles by executing config.status using sh.

Aug 26, 2011. As an owner of a ReadyNAS you may already have the Netgear RAIDar and/or know how to get to the FrontView but if not I suggest you download the RAIDar and practice by finding your NAS on. Apt-get update apt-get install libc6-dev apt-get install gcc apt-get install libtag1-dev apt-get install uuid-dev.