Issue 1: Make fails on ubuntu hardy heron amd64
Status:  New
Owner: ----
Reported by thin...@gmail.com, Aug 19, 2008
What steps will reproduce the problem?
 Not sure. Ubuntu amd64 Hardy Heron

What is the expected output? What do you see instead?
Here's the broken output.

$ make
cd src && make all
make[1]: Entering directory
`/home/thinush/Desktop/svn-flasher/htc-flasher-read-onl/src'
cc -Wall -m32   -c -o nbhextract.o nbhextract.c
In file included from /usr/include/features.h:354,
                 from /usr/include/stdio.h:28,
                 from nbhextract.c:13:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[1]: *** [nbhextract.o] Error 1

-- fixed output
$ make
cd src && make all
make[1]: Entering directory `/[flasher]/src'
cc -Wall    -c -o nbhextract.o nbhextract.c
cc -Wall    -c -o utils.o utils.c
cc -Wall    -c -o io.o io.c
cc -Wall    -c -o crc32.o crc32.c
cc -Wall    -c -o flasher.o flasher.c
cc -Wall    -c -o info.o info.c
cc -Wall    -c -o prompt.o prompt.c
cc -Wall    -c -o nbh.o nbh.c
cc -Wall    -c -o main.o main.c
cc -Wall   nbhextract.o utils.o io.o crc32.o flasher.o info.o prompt.o
nbh.o main.o -o HTCFlasher
cc -Wall   nbhextract.o nbh.o yang.c -o yang
make[1]: Leaving directory `[flasher]/src'

What version of the product are you using? On what operating system?
Straight from svn

Please provide any additional information below.
I needed to remove -m32 options from the src/Makefile to get this working.

Feb 1, 2009
#1 brv...@gmail.com
My guess is that it's asking for a 32-bit version of stubs or something like that,
any more thoughts anyone?
Feb 1, 2009
#2 brv...@gmail.com
http://ubuntuforums.org/showthread.php?t=497745

worked for me, but now I don't know how to connect to my Diamond yet
Nov 8, 2010
#3 Littlemu...@gmail.com
I had this issue running fedora 13 x64 installing package glibc-devel.i686 fixed it.