Hallo
I work in project that use ecos and when we try the project on fedora the includes which we take from the operating system as:

/usr/local/include
/usr/lib/gcc/i486-linux-gnu/4.1.2/include
/usr/include

by using
SEARCH_DIR(/lib);
SEARCH_DIR(/usr/lib/gcc/i586-suse-linux/2.95.3); SEARCH_DIR(/usr/local/lib);
SEARCH_DIR(/usr/i386-redhat-linux/lib);
SEARCH_DIR(/usr/lib)
in the target.ld ,this includes can not be attached in the project , but there is not building error ,only when we begin debugging segmentation fault is occured

thanks for help
Mamdoh

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

Reply via email to