[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Snapshot 20000104 failed under CygWin 20.1
- Date: Wed, 05 Jan 2000 23:41:58 -0600
- From: rdasilva at connecttel.com (Rosimildo da Silva)
- Subject: Snapshot 20000104 failed under CygWin 20.1
I need more coffee to continue tonight...
I guess I found the problems.
There are 2 problems:
pc386/start/start16.S
-- somebody left a comment open in the routine delay() "eating"
the return. This drove me nuts for while.
pc386/startup/ldsegs.S
-- the jump to _load_segments() from start() never returns with
the code in 20000104 snapshot. I guess this new delay() is devil. -:).
I have replaced these two files with my old ones from rtems-19991117
and I have got cdtest to work so far. What a pain, jesus !!!.
I guess somedoby was poking around with the "delay()" routine
and caused a few problems.
Do you know what was being solved here ?
None of the changes made sense to me.
Rosimildo.
Rosimildo da Silva wrote:
>
> BSP === pc386
> -------------
>
> Turning remote debug off, I've got everything configuring and
> compiling ok. This seems to be a new option that I never used
> before.
>
> ENABLE_RTEMS_RDBG=no
>
> If we support this option for PC386, it is broken. It does not
> pass the configuration phase.
>
> Now, the bad news. This snapshot does not work.
>
> GRUB -- locks up.
> NETBOOT -- keeps rebooting.
>
> What the hell did change so drastically ?
>
> NOTE: I did not compiled gcc/newlib.
>
> Rosimildo.