Tengo que compilar un programa. En teoría, solo necesito cambiar los dos caminos...
¿me puedes ayudar?
Archivo Make
# Original
#CC=arm-1136jf_s_r1_vfp_hard_float-linux-gnueabi-gcc
#CFLAGS= -O3 -ffunction-sections -fdata-sections --sysroot=/home/mguivarch/Desktop/buildroot-2011.08-advansee/build/staging/
#LDFLAGS= -Wl,--gc-sections -lpthread -lrt -lm -L/home/mguivarch/Desktop/buildroot-2011.08-advansee/build/staging/usr/lib
# Change I made
CC=gcc
CFLAGS= -O3 -ffunction-sections -fdata-sections --sysroot=/home/mihai/Desktop/MIPSEE/Programme
LDFLAGS= -Wl,--gc-sections -lpthread -lrt -lm -L/usr/include
EXEC=livic_sync
all: $(EXEC)
livic_sync: capture.o main.o clientTCP.o
$(CC) -o livic_sync capture.o main.o clientTCP.o $(LDFLAGS)
clientTCP.o: ClientTCP.c main.h
$(CC) -o clientTCP.o -c ClientTCP.c $(CFLAGS)
capture.o: capture.c ClientTCP.h
$(CC) -o capture.o -c capture.c $(CFLAGS)
main.o: main.c capture.h
$(CC) -o main.o -c main.c $(CFLAGS)
clean:
rm *.o
mrproper: clean
rm $(EXEC)
vPro:~/Escritorio/MIPSEE/Programa$ hacer
gcc -o capture.o -c capture.c -O3 -ffunction-sections -fdata-sections --sysroot=/home /mihai/Desktop/MIPSEE/Programme
capture.c:9:19: error fatal: stdio.h: No existe tal archivo o directorio
compilación terminada.
hacer:*[captura.o] Error 1
:~/Escritorio/MIPSEE/Programa$ ls -l
total 216
-rw-r--r-- 1 mihai mihai 15905 30 de octubre 19:34 capture.c
-rw-r--r-- 1 mihai mihai 453 17 de julio de 2012 capture.h
-rw-r--r-- 1 mihai mihai 3228 18 de julio de 2012 ClientTCP.c
-rw-r--r-- 1 mihai mihai 217 13 de septiembre de 2012 ClientTCP.h
-rw-r--r-- 1 mihai mihai 948 10 de febrero de 2012 ClientUDP.c
-rw-r--r-- 1 mihai mihai 141 9 de febrero de 2012 ClientUDP.h
drwxrwxr-x 18 mihai mihai 4096 1 de noviembre 10:11 html
-rw-r--r-- 1 mihai mihai 6459 30 de octubre 19:31 main.c
-rw-r--r-- 1 mihai mihai 1374 21 de junio de 2012 main.h
-rw-r--r-- 1 mihai mihai 865 1 de noviembre 12:46 Makefile
-rw-r--r-- 1 mihai mihai 870 1 de noviembre 12:30 Makefile~
-rw-rw-r-- 1 mihai mihai 75566 1 de noviembre 10:11 mihaiDoxygenConfig
-rw-rw-r-- 1 mihai mihai 75568 30 de octubre 14:57 mihaiDoxygenConfig~
drwxr-xr-x 3 mihai mihai 4096 30 de octubre 19:55 MIPSEE
:~/Escritorio/MIPSEE/Programa$
:~/Escritorio/MIPSEE/Programa$ localizar stdio.h
/usr/include/stdio.h
/usr/include/boost/iostreams/filter/stdio.hpp
/usr/include/c++/4.6/tr1/stdio.h
/usr/include/glib-2.0/glib/gstdio.h
/usr/include/i386-linux-gnu/bits/stdio.h
/usr/include/unicode/ustdio.h
/usr/lib/perl/5.14.2/CORE/nostdio.h
/usr/lib/syslinux/com32/include/stdio.h