search for: ld32

Displaying 13 results from an estimated 13 matches for "ld32".

Did you mean: ld2
1999 Aug 03
2
compliation problem
Problem compiling R. version: 0.64.2 machine: SGI O2 OS: IRIX6.5 CC cc FC f77 MAKE GNU make 3.75 Here is part of the the output for make. make[2]: Leaving directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/include' make[2]: Entering directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/appl' cc -g -OPT:IEEE_NaN_inf=ON -I../include
2016 Jul 08
2
Dynamic selection of assembly mnemonic strings
...9;ve wanted to clean-up for some time. Our chip has gone through a number of iterations in the past few years, but with each revision there have been changes to some of the mnemonics for instructions. These are mostly very simple, for example we had a 32-bit load from memory instruction named 'LD32' in one version of the chip, but for a later version this was changed to 'LD.32'. The semantics and schedule remained the same, but in the TD file I had to introduce two 'def's for this (actually, I abstract a bit more and use a 'defm'): def LD32_v1 : Instr<.....
2016 Jul 08
2
Dynamic selection of assembly mnemonic strings
Thanks for the quick answer Bruce. So far as I can tell (from a quick read), this is really for integrated assemblers/disassemblers - but we use an external assembler. When invoking clang we would provide ‘-mcpu=chip_v1’ or ‘-mcpu=chip_v2’, and the mnemonic ‘LD32’ is only valid when compiling for ‘chip_v1’, while ‘LD.32’ is only valid when compiling for ‘chip_v2’. But I will study the mnemonic aliasing carefully to see if it does provide what I need. All the best, MartinO From: bruce.hoult at gmail.com [mailto:bruce.hoult at gmail.c...
2007 Mar 23
2
openssh 4.6p1 bug / IRIX
...s.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o audit.o audit-bsm.o platform.o -L. -Lopenbsd-compat/ -L/usr/local/lib -L/usr/local2/lib -L/usr/nekoware/lib -L/usr/freeware/lib32 -lssh -lopenbsd-compat -liaf -lcrypto -lz -lgen ld32: ERROR 33 : Unresolved text symbol "set_id" -- 1st referenced by session.o. thanks in advance -- ah-consulting.net G?tz Fischer Senior Consultant Phone: +49(0)7225/98 98 79 Fax: +49(0)7225/28 64 eMail: g.fischer at ah-consulting.net http://www.ah-consulting.net http://www.ah-web...
2009 Feb 25
2
[LLVMdev] linkage errors while buliding tblgen
Hi, Trying to build llvm on irix mips with gcc 3.4.6 and receiving the following types of errors ld32: ERROR 33 : Unresolved text symbol "std::basic_string<char, std::char_traits<char>, std: :allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator <char> > const&)" -- 1st referenced by /mnt/dsk/dks0d5s7/usr/l...
2002 Apr 18
1
trouble compiling R on Irix
Dear R-help, I'm trying to compile R-1.4.1 on Irix, and run into the following error when making R.bin: The linker (ld32) complained that "gzeof", "gzgetc", "gztell", and "gzseek" are unresolved symbols in connection.o. Are these supposed to be in libz.a? My suspicion is that maybe the libz.a on this system is outdated. Any hints? TIA! Andy -------------------------------...
2002 Apr 18
1
trouble with tcltk (was RE: trouble compiling R on Irix)
Hi, Thanks to Profs. Ripley and Tierney for their tips, I compiled zlib from source and gotten further. Here's where I get stuck, when it tries to compile the tcltk package: ld32: FATAL 12 : Expecting n32 objects: /usr/local/lib/libtcl8.3.so is n64. Now I'm confused. Sounds like 32-bit vs. 64-bit problem. What can I do at this point? (This is on Irix.) Regards, Andy ------------------------------------------------------------------------------ Notice: This e-mai...
2001 Apr 03
0
openssh-2.5.2p2 - SGI - compiles but dumps core
...licting types for built-in function `memset' /usr/include/string.h:97: warning: conflicting types for built-in function `strlen' --- gcc -o sftp sftp.o sftp-client.o sftp-common.o sftp-int.o sftp-glob.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh -lopenbsd-compat -lz -lgen -lcrypto ld32: WARNING 84 : /usr/lib32/libz.so is not used for resolving any symbol. ld32: WARNING 84 : /usr/lib32/libgen.so is not used for resolving any symbol. make: warning: Clock skew detected. Your build may be incomplete. ----------- I looked at the FAQ, but didn't find anything concerning compilin...
2003 Aug 20
0
libvorbis configure script fails on Irix
...what's going wrong here. Thanks! - Greg Howard <p><p>====================================================================== configure:5722: checking for Ogg configure:5752: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H conftest.c -lm -logg 1>&5 ld32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol. configure: failed program was: #line 5736 "configure" #include "confdefs.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ogg/ogg.h> int main () { system(&qu...
2001 Aug 16
1
crt1.o skipped at configure time ? (PR#1057)
...Version: 1.3.0-patched OS: IRIX 6.5 Submission from: (NULL) (130.225.67.199) During the configuration step, things do not go perfect: The file config.log has : configure:3754: gcc -o conftest -g -O2 -I/usr/freeware/include -I/usr/local/include -static conftest.c -L/usr/local/lib 1>&5 ld32: FATAL 9 : I/O error (/usr/lib32/mips3/nonshared/crt1.o): No such file or directory here is a list of what's in mips3 laurent@ibiology> ls /usr/lib32/mips3/ crt1.o libdmnet.so libfpe.so libmalloc_cv.so crtn.o libdmnet.so.1 libfpe_ss.so l...
2009 Feb 26
0
[LLVMdev] linkage errors while buliding tblgen
Hi Frederick, > Trying to build llvm on irix mips with gcc 3.4.6 and receiving the following types of errors > > ld32: ERROR 33 : Unresolved text symbol "std::basic_string<char, std::char_traits<char>, std: > :allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator > <char> > const&)" -- 1st referenced by /mnt/dsk/dks0...
2002 Apr 19
1
trouble with tcltk (was RE: trouble compiling R on Irix )
...erck.com> writes: > > > Hi, > > > > Thanks to Profs. Ripley and Tierney for their tips, I > compiled zlib from > > source and gotten further. > > > > Here's where I get stuck, when it tries to compile the > tcltk package: > > > > ld32: FATAL 12 : Expecting n32 objects: > /usr/local/lib/libtcl8.3.so is > > n64. > > > > Now I'm confused. Sounds like 32-bit vs. 64-bit problem. > What can I do at > > this point? > > > > (This is on Irix.) > > Well, there seems to be three...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...ze.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o xxxpr.o ../unix/libunix.a ../appl/libappl.a ../nmath/libnmath.a -lcomplib.sgimath -LANG:=f77 -L/usr/lib32/mips3/r4000 -L/usr/lib32/mips3 -L/usr/lib32 -lftn -lm -L/usr/local/lib -lz -ldl -lncurses -lm ld32: WARNING 84 : /usr/lib32/libz.so is not used for resolving any symbol. ld32: WARNING 84 : /usr/lib32/libdl.so is not used for resolving any symbol. ld32: WARNING 84 : /usr/local/lib/libncurses.a is not used for resolving any symbol. ------------------------------------------------------------------...