Forum Discussion
Altera_Forum
Honored Contributor
20 years agoUpgrade sdram chip to 16MB for DE2 dev...
Hi hippo My sdram memory is 8MB that not enough free memory to run some app program on uClinux,and i want to replace it .Recently ,I already find IS42S16800B sdram chip(16MB) that match all pin...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by hippo@Jun 4 2006, 06:16 AM check if you have gcc, "gcc -v"
if not,
yum install gcc
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15867)
--- quote end ---
--- Quote End --- hi hippo I can see gcc info with using "gcc -v" command on linux. <div class='quotetop'>QUOTE </div> --- Quote Start --- [faye@localhost ~]$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --enable-languages=c,c++,f77 --disable-libgcj --host=i386-redhat-linux Thread model: posix gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.fc4)[/b] --- Quote End --- Have any ways to solve it ? THX !