1 つのプログラムをコンパイルする必要があります。理論的には、2 つのパスを変更するだけで済みます...
手伝ってもらえますか?
メイクファイル
# 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:~/Desktop/MIPSEE/Programme$ 作成
gcc -o capture.o -c capture.c -O3 -ffunction-sections -fdata-sections --sysroot=/home /mihai/Desktop/MIPSEE/Programme
capture.c:9:19: 致命的なエラー: stdio.h: そのようなファイルまたはディレクトリはありません
コンパイルが終了しました。
作る:*[capture.o] エラー 1
:~/Desktop/MIPSEE/プログラム$ ls -l
合計 216
-rw-r--r-- 1 mihai mihai 15905 10月30日 19:34 capture.c
-rw-r--r-- 1 mihai mihai 453 2012年7月17日 capture.h
-rw-r--r-- 1 mihai mihai 3228 2012年7月18日 ClientTCP.c
-rw-r--r-- 1 mihai mihai 217 2012年9月13日 ClientTCP.h
-rw-r--r-- 1 mihai mihai 948 2012年2月10日 ClientUDP.c
-rw-r--r-- 1 mihai mihai 141 2012年2月9日 ClientUDP.h
drwxrwxr-x 18 mihai mihai 4096 11月1日 10:11 html
-rw-r--r-- 1 mihai mihai 6459 10月30日 19:31 main.c
-rw-r--r-- 1 mihai mihai 1374 2012年6月21日 main.h
-rw-r--r-- 1 mihai mihai 865 11月1日 12:46 Makefile
-rw-r--r-- 1 mihai mihai 870 11月1日 12:30 Makefile~
-rw-rw-r-- 1 mihai mihai 75566 11月1日 10:11 mihaiDoxygenConfig
-rw-rw-r-- 1 mihai mihai 75568 10月30日 14:57 mihaiDoxygenConfig~
drwxr-xr-x 3 mihai mihai 4096 10月30日 19:55 MIPSEE
:~/デスクトップ/MIPSEE/プログラム$
:~/Desktop/MIPSEE/Programme$ stdio.h を探します
stdio.h は、
: := stdio.hpp のファイル
/usr/include/c++/4.6/tr1/stdio.h
glib-2.0 の gstdio.h を参照
stdio.h は、次の場所にあります。
: := : 翻訳元: := 翻訳元ファイル ...
/usr/lib/perl/5.14.2/CORE/nostdio.h
stdio.h は、/usr/lib/syslinux/com32/include/stdio.h にあります。