Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 93)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#70 fixed message d'erreur non-explicite en cas de non défifinition d'un paramètre template developers anonymous
#69 fixed "deps.mk" missing developers Frank.poppen@…
Description

[frankp@mccarthy caba-vgmn-multi_timer-mips32] (0) make soclib-cc -P -p /home/frankp/ARBEIT/SOCLIB/soclib/soclib/platform/topcells/caba-vgmn-multi_timer-mips32/platform_desc -o simulation.x [============================================================================] 0 left make -C soft/ bin.soft make[1]: Entering directory `/home/frankp/ARBEIT/SOCLIB/soclib/soclib/platform/topcells/caba-vgmn-multi_timer-mips32/soft' /home/frankp/ARBEIT/SOCLIB/soclib/soclib/platform/topcells/soft.mk:82: deps.mk: No such file or directory mipsel-unknown-elf-gcc -Wall -O2 -I. -mips32r2 -gstabs+ -DSOCLIB_MIPS32 -EL -ggdb -I/home/frankp/ARBEIT/SOCLIB/soclib/soclib/platform/topcells/common -I/home/frankp/ARBEIT/SOCLIB/soclib/soclib/module/connectivity_component/vci_multi_tty/include -I/home/frankp/ARBEIT/SOCLIB/soclib/soclib/module/internal_component/vci_timer/include -M -MT stdlib.o -MF stdlib.deps /home/frankp/ARBEIT/SOCLIB/soclib/soclib/platform/topcells/common/stdlib.c /home/frankp/ARBEIT/SOCLIB/binutils/install/mipsel/libexec/gcc/mipsel-unknown-elf/4.5.0/cc1: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory make[1]: * [stdlib.deps] Error 1 make[1]: Leaving directory `/home/frankp/ARBEIT/SOCLIB/soclib/soclib/platform/topcells/caba-vgmn-multi_timer-mips32/soft' make: * [soft/bin.soft] Error 2

#68 fixed SystemC library directory not detected correctly Nicolas Pouillon philipp.hartmann@…
Description

If not explicitly set in the user's config, the SystemC library dir is not detected correctly. This is due to _platform() in source:trunk/soclib/utils/lib/python/soclib_cc/config/built-in.conf#L23.

For the officially supported achitectures, the following fail currently:

  • 64-bit Linux
  • Sun Solaris
  • HPUX

For "newer" versions of SystemC, the follwing are most probably not working as well:

  • Mac OSX (i386)
  • Windows (with MinGW)
  • FreeBSD (and FreeBSD 64-bit)

In our local scripts, we currently use the following mapping (with SYSTEM_ARCH defined by Autoconf):

 case "${SYSTEM_ARCH}" in
    sparc-sun-solaris*)               echo 'gccsparcOS5'  ;;
    x86_64*linux*)                    echo 'linux64'      ;;
    *linux*)                          echo 'linux'        ;;
    i?86-apple-macosx*)               echo 'macosx386'    ;;
    powerpc-apple-macosx*)            echo 'macosx'       ;;
    amd64*freebsd* | x86_64*freebsd*) echo 'freebsd64'    ;;
    *freebsd*)                        echo 'freebsd'      ;;
    *cygwin*)                         echo 'cygwin'       ;;
    *mingw*)                          echo 'mingw'        ;;
    *hpux11*)                         echo 'gcchpux11'    ;;
  esac
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.