I think that coreset.o was compiled for 64-bit, and you are linking it with a 32-bit computation.o.
You can try to recompile computation.c with the ‘-m64’ flag of gcc(1)
Related Posts:
- How do I force make/GCC to show me the commands?
- Error in make command makefile:18: *** missing separator. Stop [duplicate]
- gcc makefile error: “No rule to make target …”
- what is the difference between ‘make after make clean’ and just ‘make’?
- What are the differences between make clean, make clobber, make distclean, make mrproper and make realclean?
- gcc makefile error: “No rule to make target …”
- make *** no targets specified and no makefile found. stop
- How to install and use “make” in Windows?
- How to install “make” in ubuntu?
- How to use LDFLAGS in makefile
- How to print out a variable in makefile
- how to “execute” make file
- How does “make” app know default target to build if no target is specified?
- Makefile:2: *** missing separator. Stop
- Make error: missing separator
- (.text+0x20): undefined reference to `main’ and undefined reference to function
- What is the difference between “make” and “make all”?
- g++ output: file not recognized: File format not recognized
- makefiles CFLAGS
- What’s the opposite of ‘make install’, i.e. how do you uninstall a library in Linux?
- Passing additional variables from command line to make
- File format not recognized; treating as linker script using GCC
- Undefined reference maybe makefile is wrong?
- Make / gcc cryptic error 2: how to have more information?
- Linker error: “linker input file unused because linking not done”, undefined reference to a function in that file
- C Makefile – missing seperator. stop
- Makefile on Cygwin
- What does “all” stand for in a makefile?
- What is the difference between g++ and gcc?
- Differences between arm64 and aarch64
- g++ ld: symbol(s) not found for architecture x86_64
- makefile:4: *** missing separator. Stop
- Convert char to int in C and C++
- How to make a SIMPLE C++ Makefile
- How does #include
work in C++? - Undefined reference to vtable
- Expected initializer before function name
- Inheriting constructors
- How do I install gcc on cygwin?
- what is stack smashing (C)?
- Undefined reference to vtable
- C ++ error: a expected initializer before [function name]
- Inheriting constructors
- gcc: error: unrecognized command line option
- setup script exited with error: command ‘x86_64-linux-gnu-gcc’ failed with exit status 1
- warning: incompatible implicit declaration of built-in function ‘xyz’
- libpthread.so.0: error adding symbols: DSO missing from command line
- Difference between using Makefile and CMake to compile the code
- undefined reference to ‘std::cout’
- fatal error: Python.h: No such file or directory
- How to run a makefile in Windows?
- Fatal error: iostream: No such file or directory in compiling C program using GCC
- MinGW: “gcc is not recognized as an internal or external command”
- Compiling a C++ program with gcc
- conflicting types error when compiling c program using gcc
- What is a file with extension .a?
- Visual C++ find line causing “Debug Assertion failed”
- Cygwin – Makefile-error: recipe for target `main.o’ failed
- Making a Java Makefile
- What is the “Illegal Instruction: 4” error and why does “-mmacosx-version-min=10.x” fix it?
- gcc/g++: “No such file or directory”
- error: use of deleted function
- Installing GCC on macOS Catalina
- CMake error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found
- make: Nothing to be done for `all’
- Interpreting valgrind error Invalid write of size 4
- cannot declare variable ‘’ to be of abstract type ‘’
- difference between
and - What are Makefile.am and Makefile.in?
- OS X 10.9.2: checking whether the C compiler works… no
- Compiling C++ on remote Linux machine – “clock skew detected” warning
- Warning/error “function declaration isn’t a prototype”
- Error: initializer element is not computable at load time
- warning: initializer element is not computable at load time
- Debug vs Release in CMake
- Debug vs Release in CMake
- ‘strcmp’ was not declared in this scope
- Compiling a .C file: Undefined symbols for architecture x86_64
- How to compile makefile using MinGW?
- Program “make” not found in PATH
- Windows 7 – ‘make’ is not recognized as an internal or external command, operable program or batch file
- gcc error : undefined reference to `itoa’
- What is the difference between gcc/g++ and cc1/cc1plus?
- Makefile:1: *** missing separator. Stop
- Removing trailing newline character from fgets() input
- What does the fpermissive flag do?
- gcc: undefined reference to
- Cygwin Make bash command not found
- How to repair warning: missing braces around initializer?
- Why do I get “cast from pointer to integer of different size” error?
- What happens during a “relocation has invalid symbol index” error?
- Update GCC on OSX
- What does this GCC error “… relocation truncated to fit…” mean?
- makefile “no such file or directory”
- Undefined reference to main – collect2: ld returned 1 exit status
- GCC -fPIC option
- error: unknown type name ‘bool’
- configure: error: cannot run C compiled programs
- Where is the
header file on Linux? Why can’t I find ? - How do I compile the asm generated by GCC?