This is the mail archive of the ecos-discuss@sourceware.cygnus.com 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]

debugging techiques


Hi all!

My host Linux Redhat 6.1, my target - pc linux.

I like to use the debugging tracing, but I have some problems.

I did following:

mkdir linux-s
cd linux-s
ecosconfig new linux

In ecos.ecc I have changed:

cdl_component CYGPKG_INFRA_DEBUG {
...
 user_value 1
...
};

cdl_component CYGDBG_USE_ASSERTS {
...
    user_value 0
...
};

cdl_component CYGDBG_USE_TRACING {
...
    user_value 1
...
};

Other options I did not change.

ecosconfig check
ecosconfig tree
make
 
But an error occured ,and it said that :
 
    make[1] ***[src/mem/memfixed.o.d] Error 1
    make[2] ***[build] Error 2
 
I do not know why and which cause the errors ,so could someone help me ?
 
Thanks a lot!


Thanks in advance for any help you might be able to provide me.


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