frlaugier / htc-flasher

Automatically exported from code.google.com/p/htc-flasher
GNU General Public License v3.0
0 stars 0 forks source link

Make fails on ubuntu hardy heron amd64 #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by thin...@gmail.com on 19 Aug 2008 at 1:26

GoogleCodeExporter commented 9 years ago
My guess is that it's asking for a 32-bit version of stubs or something like 
that,
any more thoughts anyone?

Original comment by brv...@gmail.com on 1 Feb 2009 at 12:40

GoogleCodeExporter commented 9 years ago
http://ubuntuforums.org/showthread.php?t=497745

worked for me, but now I don't know how to connect to my Diamond yet

Original comment by brv...@gmail.com on 1 Feb 2009 at 1:07

GoogleCodeExporter commented 9 years ago
I had this issue running fedora 13 x64 installing package glibc-devel.i686 
fixed it.

Original comment by Littlemu...@gmail.com on 8 Nov 2010 at 12:27