This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building/running tests without RedBoot


I got i new Issue with http_simple.

I added FileIO and SD-Card drivers. The FAT demo works with tests, with my
eclipse build it does not find the stdio functions.
Now, the http_simple demo (does not use stdio functions)  is working in
"build tests" but not in my eclipse project. when calling pbuf_free() it
gives me an Assert:

ASSERT FAIL: <3>memp.c[199]memp_overflow_check_element() detected memp
overflow!
ASSERT FAIL: <3>memp.c              [ 199] memp_overflow_check_element()                                                                       
detected memp overflow!

although CYGDBG_LWIP_MEMP_OVERFLOW_CHECK is set to 0!
Note: if i disable asserts globaly, it works fine with eclipse. The demo
Application worked with eclipse before i added FAT and SD (and
dependencies).

I got 2 issues now. No reference to sdtio and occuring asserts.

please help.

Felix



--
View this message in context: http://sourceware-org.1504.n7.nabble.com/building-running-tests-without-RedBoot-tp231726p232338.html
Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]