>
> So some progress, but nothing more ;)
>
> (all: Above error is from TCL script containing "ocd_mem2array 
> romtable_cid 32 [expr ($debugbase&0xFFFFF000) + 0xFF0] 4")
>
> Do you have any special patches or do I need any special configure 
> option to enable (& compile) tclapi.c?
>
Standard build, nothing special, sometimes an extra (perhaps 
unneccessary) round of
automake
make clean
./configure   --enable-jlink   --enable-ft2232_libftdi    
--enable-maintainer-mode    --enable-parport
make

> As already mentioned, looking into the code: ocd_mem2array is 
> registered in tclapi_register_commands() in tclapi.c. But: It seems to 
> me that tclapi_register_commands()  isn't called anywhere, and even 
> worse, tclapi.c isn't compiled. I even can't find it in any

ocd_mem2array is also registered in target.c : 
target_register_user_commands, line 1302 in head

I really suspect that tclapi.c is redundant, but I dont know

Best regards
Magnus

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to