Opened 14 years ago

Closed 14 years ago

#69 closed helpdesk (fixed)

"deps.mk" missing

Reported by: Frank.poppen@… Owned by: developers
Priority: N/A Component: platforms
Keywords: Cc:

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

Change History (2)

comment:1 Changed 14 years ago by anonymous

Component: IP-Coresplatforms
Priority: majorN/A
Type: defecthelpdesk

The problem is not about deps.mk (Make is actually trying to recreate it), but about your mips compiler. The relevant line is:

/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

Most probably, your cc1 is linked against a dynamic library which is not in the system's library path.

Please try running

ldd /home/frankp/ARBEIT/SOCLIB/binutils/install/mipsel/libexec/gcc/mipsel-unknown-elf/4.5.0/cc1

You should see at least one "not found" line.

comment:2 Changed 14 years ago by Nicolas Pouillon

Resolution: fixed
Status: newclosed

Looks fixed

Note: See TracTickets for help on using tickets.