User(s) browsing this thread: 1 Guest(s)
|
[100/200/300/400] GCC, the GNU Compiler Collection
|
|
09-08-2010, 12:53 PM
(This post was last modified: 03-13-2013 11:57 AM by vaidyasr.)
|
|||
|
|||
|
GCC, the GNU Compiler Collection
The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user's freedom.
Installation: For 100 Series : O-PKG. For 200/300 Series : O-PKG. For 400 Series : O-PKG. Included compilers: gcc, g++ Installed under /share/Apps/local Instructions: To compile any program in 200 series, set the following variable. Code: # export CC="gcc -EL -fPIC -march=74kc"For 100 series, the compiler is here. You can test it and report the issues. Compiler: http://a110progs.googlecode.com/files/a110_gcc.tar.gz Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
2 users say Thank You to vaidyasr for this post |
|
09-08-2010, 12:57 PM
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
well done Vaidyasr,
A1?0 port coming ? So this means the floodgates will open on other packages that have non-existent or problematic cross-compile scripts. avimerge(transcode) please anyone
Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
09-08-2010, 12:58 PM
|
|||
|
|||
RE: [Apps] GCC, the GNU Compiler Collection A/C200
(09-08-2010 12:57 PM)lordy Wrote: avimerge(transcode) please anyone avimerge already available in c200. You want them in A1XX? Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
09-08-2010, 10:05 PM
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
Looking forward to try this out!
I hope the compiling process doesn't take too long.
Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
09-08-2010, 10:20 PM
|
|||
|
|||
RE: [Apps] GCC, the GNU Compiler Collection A/C200
(09-08-2010 10:05 PM)dc11ab Wrote: Looking forward to try this out! I look forward to it also but don't expect short compile times. I can only guess how long it would take to re-compile GCC on the actual C/A-200. It would not be nice. Still, many small apps will compile in a fairly short time. Maybe an hour or maybe over night? It is a great step. I need to compile my "joe" editor. Haven't seen it done so far. C-200, A-110 both playing from a DIY Linux Raid 5 server. Remuxes, Captures and Transcodes done on a desktop running; Win7, Intel i7 hexacore processor with 24 GB ram, WD VR OS drive and a WD Black 2 TB data drive. |
|||
|
09-08-2010, 11:14 PM
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
I've done some native compiling on my NAS (mips 500 MHz, 128 MB RAM) and I think llink took more than one hour, perhaps nearly two to complete - still that's a fairly light package. Smaller utilities only takes about 20 minutes or so, depending upon passes etc.
Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
09-09-2010, 07:07 AM
(This post was last modified: 09-09-2010 07:53 AM by vaidyasr.)
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
The compiler package is ready. If someone is ready to test before releasing via CSI, the package is available via http://c200utils.googlecode.com/files/local.zip
Create a directory /share/Apps/local and extract the zip/tar contents under the above directory. If required, set the LD_LIBRARY_PATH for compiling. The package doesn't included a make binary. So, you can try a small C program which don't require make. Tested in my C200. It seems I need to include the header files for compiling. Repackging again. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
09-09-2010, 12:34 PM
(This post was last modified: 09-09-2010 01:14 PM by nuke12.)
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
Compiling make would be a good test.
GNU Make can be found here; http://ftp.gnu.org/gnu/make/ I think it is as simple as; ./configure and because there is no "make" yet, you have to; ./sh build.sh Oh, and cross your fingers. WinRar is giving me errors on your file. When it first opens it, I get; Unexpected end of archive And when I try to open the ".tar" within, I get; The archive is either in unknown format or damaged Oops....must have been the download. I tried it a second and third time and it was ok. C-200, A-110 both playing from a DIY Linux Raid 5 server. Remuxes, Captures and Transcodes done on a desktop running; Win7, Intel i7 hexacore processor with 24 GB ram, WD VR OS drive and a WD Black 2 TB data drive. |
|||
|
09-10-2010, 12:16 PM
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
Ok, when compiling the make, I get the below error. I need to look into the ld binary.
Code: configure:3166: $? = 1Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
09-10-2010, 01:19 PM
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
Oops, I tried yesterday morning and then got side tracked. I ment to comment then. Anyway, I'm getting the same error when I try to ./configure make.
C-200, A-110 both playing from a DIY Linux Raid 5 server. Remuxes, Captures and Transcodes done on a desktop running; Win7, Intel i7 hexacore processor with 24 GB ram, WD VR OS drive and a WD Black 2 TB data drive. |
|||
|
09-10-2010, 02:38 PM
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
Oh, another comment here for anyone else playing with this. You can use WinZip or WinRar to extract the .tar file from the .zip but don't use WinRar to take apart the .tar. It will generate linkage errors. Use tar on the PCH to extract eg. "tar -xvf local.tar".
C-200, A-110 both playing from a DIY Linux Raid 5 server. Remuxes, Captures and Transcodes done on a desktop running; Win7, Intel i7 hexacore processor with 24 GB ram, WD VR OS drive and a WD Black 2 TB data drive. |
|||
|
09-11-2010, 09:51 PM
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
vaidyasr;
Did you find the issue with ld? C-200, A-110 both playing from a DIY Linux Raid 5 server. Remuxes, Captures and Transcodes done on a desktop running; Win7, Intel i7 hexacore processor with 24 GB ram, WD VR OS drive and a WD Black 2 TB data drive. |
|||
|
09-12-2010, 04:16 AM
(This post was last modified: 09-12-2010 04:16 AM by vaidyasr.)
|
|||
|
|||
RE: [Apps] GCC, the GNU Compiler Collection A/C200
(09-11-2010 09:51 PM)nuke12 Wrote: vaidyasr; No, I'll do it tomorrow. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
09-16-2010, 09:59 AM
(This post was last modified: 09-16-2010 10:03 AM by vaidyasr.)
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
The compiler in C200 is working PERFECT. I was able to compile a simple program a2cnfo.c in C200 within 10 seconds.
Compiling... Code: nobody@PCH-C200:>export PATH=$PATH:/share/Apps/local/bin;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/syb/sigma/lib/:/share/Apps/local/usr/lib;bin/gcc -v --sysroot=/share/Apps/local -EL -march=74kc -fPIC -c a2cnfo.c -L/share/Apps/local/lib/gcc/mips-linux-gnu/4.3.3/soft-float/el -msoft-floatLinking... Code: nobody@PCH-C200:>export PATH=$PATH:/share/Apps/local/bin;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/syb/sigma/lib/:/share/Apps/local/usr/lib;bin/gcc -v --sysroot=/share/Apps/local -EL -march=74kc -fPIC -o a2cnfo a2cnfo.o -L/share/Apps/local/lib/gcc/mips-linux-gnu/4.3.3/soft-float/el -msoft-floatExecution Code: nobody@PCH-C200:>./a2cnfoSriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
09-16-2010, 11:34 AM
|
|||
|
|||
|
RE: [Apps] GCC, the GNU Compiler Collection A/C200
So will make compile now?
C-200, A-110 both playing from a DIY Linux Raid 5 server. Remuxes, Captures and Transcodes done on a desktop running; Win7, Intel i7 hexacore processor with 24 GB ram, WD VR OS drive and a WD Black 2 TB data drive. |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| [400] Cross compiled aria2c for A-400 with mips-linux-gnu-gcc | henryleelee0326 | 3 | 417 |
05-21-2013 08:16 AM Last Post: vaidyasr |
|
| [200] gcc cant find libcrypt.so | KidE79 | 0 | 817 |
09-20-2011 07:05 AM Last Post: KidE79 |
|
| [200] create users to access my media collection | hadyhosny | 0 | 1,033 |
03-22-2010 09:19 PM Last Post: hadyhosny |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
[19. June 2013] Soundcloud® available now






![[+]](images/collapse_collapsed.gif)



