Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. make
  2. gcc -c tex1.c
  3. gcc -m32 -c ex1.s
  4. gcc tex1.o ex1.o -o ex1
  5. /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.1/../../../../x86_64-pc-linux-gnu/bin/ld: i386 architecture of input file `ex1.o' is incompatible with i386:x86-64 output
  6. collect2: ld returned 1 exit status
  7. make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement