Re: [hatari-devel] asm56000.ttp problem |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
Use "--trace gemdos" to see what GEMDOS call is trying
to access before that. Give also full Hatari output so that
I can see where Hatari assigns GEMDOS partition(s).
- Eero
On torstai 08 tammikuu 2015, Laurent Sallafranque wrote:
> I've got a strange message in the console :
>
> A-Trap A000 at 00E010A0 -> 00E094EA
> A-Trap A00E at 00E010C0 -> 00E094EA
> A-Trap A000 at 00FA023E -> 00E094EA
> A-Trap A000 at 0004E852 -> 00E094EA
> A-Trap A000 at 00055EC4 -> 00E094EA
> A-Trap A009 at 00055EDA -> 00E094EA
> A-Trap A00A at 00055EA8 -> 00E094EA
> No GEMDOS dir '/media/Win_NTFS/Data_Laurent/Jeux/Atari/usr'
> No GEMDOS dir '/media/Win_NTFS/Data_Laurent/Jeux/Atari/usr'
> No GEMDOS dir '/media/Win_NTFS/Data_Laurent/Jeux/Atari/usr'
> A-Trap A000 at 00055EC4 -> 00E094EA
> A-Trap A009 at 00055EDA -> 00E094EA
> A-Trap A00A at 00055EA8 -> 00E094EA
> A-Trap A000 at 00055EC4 -> 00E094EA
> A-Trap A009 at 00055EDA -> 00E094EA
> A-Trap A00A at 00055EA8 -> 00E094EA
>
> The real path from where I try to compile is :
> /media/Win_NTFS/Data_Laurent/Jeux/Atari/DiskDur.FAL/Thadoss/TESTS/MIKRO/m
> p2_inc
>
> I don't understand why it writes
> '/media/Win_NTFS/Data_Laurent/Jeux/Atari/usr' (?? Why usr)
>
> Laurent
>
> Le 08/01/2015 22:36, Laurent Sallafranque a écrit :
> > I've tested the zip file that Mikro posted on dhs (in the thread I
> > posted before) on my real falcon and i compiles directly without
> > changing anything.
> >
> > So, there's really a bug in Hatari with either asm56000.ttp or
> > tomshell.tos
> >
> > Laurent
> >
> > Le 08/01/2015 21:31, Laurent Sallafranque a écrit :
> >> I've just tested with hatari 1.4 and the behaviour is the same.
> >> At first glance, I would suspect either a EOF problem (the line not
> >> working is the last one) or the parameter string used into
> >> tomshell.tos
> >>
> >> If I call directly asm56000.ttp, I've got another behaviour.
> >> If I call asm56000.ttp from tosshell.tos without arguments, I've got
> >> the same behaviour as above
> >> If I call asm56000.ttp from tosshell.tos with the following arguments
> >> (-A -B decoder.asm >make\debug.txt), I get the error message.
> >> I would say that the >make\debug.txt parameter is not correctly
> >> interpreted, but I have no clue how to verify this.
> >>
> >> Regards
> >> Laurent
> >>
> >> Le 08/01/2015 21:21, Nicolas Pomarède a écrit :
> >>> Le 08/01/2015 21:17, Laurent Sallafranque a écrit :
> >>>> Hi all,
> >>>>
> >>>> It seems that there's a bug into hatari with asm56000.ttp.
> >>>> I tried to recompile the mpeg2 library for some tests and it
> >>>> doesn't work.
> >>>> Mikro has tried on his falcon and it works.
> >>>>
> >>>> The thread for more infos is there :
> >>>>
> >>>> http://dhs.nu/bbs-coding/index.php?request=4814
> >>>>
> >>>>
> >>>> It seems that something goes wrong when using hatari, but I don't
> >>>> know exactly where to start from.
> >>>> I've activated the gemdos traces but I don't see anything that
> >>>> jumps on me.
> >>>
> >>> Hi,
> >>>
> >>> did you try with some older Hatari versions ? With old cpu core or
> >>> new cpu core ? I guess it should not require cycle exactness, so it
> >>> should work with any cpu config.
> >>> It could help to track regression.
> >>>
> >>> Nicolas