On Thu, May 5, 2011 at 5:37 PM, Peter Bigot <big...@acm.org> wrote:

> I don't expect mspgcc4 to support those chips, as it would require a new
> release and the manual data entry required for new chip support.  TI has
> indicated they will provide me with the required headers and device
> information in the next couple days, at which point uniarch mspgcc will be
> updated to support them.  See
> http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Devel:UniarchGit
> for information on how to build uniarch mspgcc.

I've pulled the current version down to see if I can get it to compile
on my Mac (10.6.7).  Unfortunately it is dying during the build of gcc
with the following error:


gcc  -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition
-Wc++-compat   -DHAVE_CONFIG_H  -o cc1-dummy c-lang.o stub-objc.o
attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o
c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o
c-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o
c-parser.o  c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o \
          dummy-checksum.o main.o  libbackend.a ../libcpp/libcpp.a
../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ./../intl/libintl.a
-liconv  ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
-L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lmpc -lmpfr -lgmp
 -L../zlib -lz
Undefined symbols:
  "_iconv_close", referenced from:
      __cpp_destroy_iconv in libcpp.a(charset.o)
      __cpp_destroy_iconv in libcpp.a(charset.o)
      __cpp_destroy_iconv in libcpp.a(charset.o)
      __cpp_destroy_iconv in libcpp.a(charset.o)
      __cpp_destroy_iconv in libcpp.a(charset.o)
      __cpp_convert_input in libcpp.a(charset.o)
      __nl_free_domain_conv in libintl.a(loadmsgcat.o)
  "_iconv", referenced from:
      _convert_using_iconv in libcpp.a(charset.o)
      _convert_using_iconv in libcpp.a(charset.o)
      _convert_using_iconv in libcpp.a(charset.o)
      _convert_using_iconv in libcpp.a(charset.o)
      __nl_find_msg in libintl.a(dcigettext.o)
     (maybe you meant: __cpp_destroy_iconv, _cpp_init_iconv )
  "_iconv_open", referenced from:
      _init_iconv_desc in libcpp.a(charset.o)
      __nl_init_domain_conv in libintl.a(loadmsgcat.o)
      __nl_init_domain_conv in libintl.a(loadmsgcat.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [cc1-dummy] Error 1
make[1]: *** [all-gcc] Error 2
make: *** [all] Error 2

Any suggestions?  Should I take this over to the developers list?

-p.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to