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]

"movs" hangs?!


I am bringing up eCos on a PXA3xx family part and have been tracing
some issues with threads starting up once the scheduler is going. I
can trace execution through context.S up to the "movs pc, lr" after
which, the system hangs. If I change the movs to a plain mov, the code
will continue and my thread (only my first as my timer isn't working
right now, but that is a different problem) will start up. Can anyone
explain why a movs is used and why it might be causing the system to
hang?

thanks

slide

--
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]