On Nov 15, 2007, at 7:11 AM, Anton Ertl wrote:
Dennis Ruffer wrote:
make checkone check-nofast ENGINE="./gforth --no-dynamic" >/dev/null
2>&1
make[1]: *** [check] Error 2
make: *** [more] Error 2
To install type: sudo make install
Typing ./gforth just hangs! ;(
That's somewhat mysterious. The gforth.fi image seems to be broken at
a very low level.
What does "./gforth --no-dynamic --debug" say (in particular, about
the image file used)? My suspicion is that it does not use
./gforth.fi, but something else.
FPGA-1 ./gforth --no-dynamic --debug
--no-dynamic conflicts with --ss-min-codesize, reverting to --ss-min-
nexts
Opened image file: ./gforth.fi
Compiled with gcc-4.0.1 (Apple Computer, Inc. build 5370)
Using 0 static superinsts
Magic found: Gforth3 little endian, cell=4 bytes, char=1 bytes, au=1
bytes
pagesize=4096
try mmap($0, $400040, ..., MAP_ANON, ...); success, address=$1008000
try mmap($1008000, $33880, ..., MAP_FIXED|MAP_FILE, imagefile, 0);
success, address=$1008000
try mmap($0, $15000, ..., MAP_ANON, ...); success, address=$47000
try mprotect(0x47000,4096,PROT_NONE); ok
try mprotect(0x4c000,4096,PROT_NONE); ok
try mprotect(0x51000,4096,PROT_NONE); ok
try mprotect(0x56000,4096,PROT_NONE); ok
try mprotect(0x5b000,4096,PROT_NONE); ok
stack addresses: d=0x48000 f=0x4d000 r=0x52000 l=0x57000
try mmap($0, $40000, ..., MAP_ANON, ...); success, address=$5c000
sigaltstack: Unknown error: 0
caught signal, throwing exception -23, ip=0x0 rp=0x55c00
This last line repeats, endlessly.
DaR
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]