lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] compiler error for fsdata.c


From: vincent cui
Subject: [lwip-users] compiler error for fsdata.c
Date: Sat, 28 Apr 2012 00:48:29 +0000

Hi:

 

I use makefsdata.exe to generate fsdata.c attached file to setup web server .

As my web page is complex and has more level directory, the fsdata.c is large.

When I compile it in MDK, it complains the following error.

It seems that makefsdata.exe doesn’t support multi level directory, because the more variable name length is long. I reduce the name length, those error disappeared.

 

compiling fs.c...

..\USER\HTTP\src\fsdata.c(3387): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3388): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3419): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3421): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3422): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3452): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3454): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3455): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3486): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3488): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3489): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3575): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3577): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3578): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3609): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3611): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3612): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3698): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3700): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3701): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3730): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3732): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3733): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3763): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3765): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3766): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3795): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3797): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3798): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3827): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3829): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3830): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3860): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(3862): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3863): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(3892): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(8404): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(8405): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(8433): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(8435): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(8436): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(8465): warning:  #12-D: parsing restarts here after previous syntax error

..\USER\HTTP\src\fsdata.c(10366): error:  #65: expected a ";"

..\USER\HTTP\src\fsdata.c(10367): error:  #65: expected a ";"

Target not created

 

Vincent Cui
Firmware Engineer Leader
Mobile: +8613482482211
Tel: +86 21 34612525x6104
Fax: +86 21 34619770
E-Mail: address@hidden
Shanghai EnLogic Electric Technology Co., Ltd.
Address: 1104-1106, Building A, No.391, Guiping Road, Xuhui District, Shanghai, 200233

 

 

Attachment: fsdata.c
Description: fsdata.c


reply via email to

[Prev in Thread] Current Thread [Next in Thread]