Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant compile gproftools with mips64 #666

Open
GoogleCodeExporter opened this issue Jul 4, 2015 · 5 comments
Open

Cant compile gproftools with mips64 #666

GoogleCodeExporter opened this issue Jul 4, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

I compile gpreftools and recive error:
ork/matnowak/gperf/out/lib -DHAVE_CONFIG_H -I. -I./src -I./src -Wall 
-Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc 
-fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree 
-fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc 
-fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/stacktrace.lo -MD -MP 
-MF src/.deps/stacktrace.Tpo -c src/stacktrace.cc  -fPIC -DPIC -o 
src/.libs/stacktrace.o
src/stacktrace.cc:213:2: error: #error Cannot calculate stack trace: will need 
to write for your environment
src/stacktrace.cc: In function 'int GetStackFrames(void**, int*, int, int)':
src/stacktrace.cc:222:23: error: 'get_stack_impl' was not declared in this scope
src/stacktrace.cc: In function 'int GetStackFramesWithContext(void**, int*, 
int, int, const void*)':
src/stacktrace.cc:227:23: error: 'get_stack_impl' was not declared in this scope
src/stacktrace.cc: In function 'int GetStackTrace(void**, int, int)':
src/stacktrace.cc:234:23: error: 'get_stack_impl' was not declared in this scope
src/stacktrace.cc: In function 'int GetStackTraceWithContext(void**, int, int, 
const void*)':
src/stacktrace.cc:239:23: error: 'get_stack_impl' was not declared in this scope
src/stacktrace.cc: In function 'void init_default_stack_impl_inner()':
src/stacktrace.cc:251:7: error: 'get_stack_impl' was not declared in this scope
src/stacktrace.cc: In function 'void init_default_stack_impl()':
src/stacktrace.cc:261:77: error: 'get_stack_impl' was not declared in this scope
src/stacktrace.cc: In function 'int GetStackTraceWithContext(void**, int, int, 
const void*)':
src/stacktrace.cc:241:1: warning: control reaches end of non-void function 
[-Wreturn-type]
src/stacktrace.cc: In function 'int GetStackTrace(void**, int, int)':
src/stacktrace.cc:235:1: warning: control reaches end of non-void function 
[-Wreturn-type]
src/stacktrace.cc: In function 'int GetStackFramesWithContext(void**, int*, 
int, int, const void*)':
src/stacktrace.cc:230:1: warning: control reaches end of non-void function 
[-Wreturn-type]
src/stacktrace.cc: In function 'int GetStackFrames(void**, int*, int, int)':
src/stacktrace.cc:223:1: warning: control reaches end of non-void function 
[-Wreturn-type]
make: *** [src/stacktrace.lo] Error 1

What can i do ?? 

Original issue reported on code.google.com by [email protected] on 21 Jan 2015 at 12:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant