hi.
i have written a program in c and also a makefile for it but i have a repetitive error:
/usr/bin/ld:4.txt: file format not recognized; treating as linker script
/usr/bin/ld:4.txt:1: syntax error
here is makefile code:
CC=gcc
test2 : test2.c
$(CC) test2.c 4.txt 5.txt 6.txt -I -lpthread -lrt -o test2