Comment 2 for bug 824084

Revision history for this message
Paul Stewart (paulbrianstewart) wrote :

I downloaded the code from launchpad using the command
bzr branch lp:ubuntu/natty/spim

Then, following the instructions in the README file I tried to make the code.

I got the following error.

gcc -m32 -g -I. -I../CPU -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO `cat configuration` -DTEXT_SIZE=65536 -DDATA_SIZE=131072 -DK_TEXT_SIZE=65536 -DDEFAULT_EXCEPTION_HANDLER="\"/usr/lib/spim/exceptions.s\"" -DSPIM_VERSION="\"`cat ../VERSION`\"" -c -o spim-utils.o ../CPU/spim-utils.c
In file included from /usr/include/features.h:388:0,
                 from /usr/include/stdio.h:28,
                 from ../CPU/spim-utils.c:34:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
compilation terminated.
make: *** [spim-utils.o] Error 1