Confirm fixed in #7552. Woody.
2012-04-09 04:54:07 PDT in Small Device C Co...
Confirm fixed in #7552. Woody.
2012-04-09 04:47:02 PDT in Small Device C Co...
I tested #7546 SDCC : mcs51/gbz80/z80/z180/r2k/ds390/pic16/pic14/TININative/ds400/hc08 3.1.4 #7546 (Apr 7 2012) (MINGW32) Seems that the problem is still there, with a new signal 11: C:\SDCC\BIN\sdcc isr.c -mz80 -c --std-c99 --codeseg CODE0 Warning: z80instructionSize() failed to parse line node nop Warning: z80instructionSize() failed to parse line node nop Caught signal 11: SIGSEGV...
2012-04-08 04:12:25 PDT in Small Device C Co...
1. Sample code attached. 2. Command line used: C:\SDCC\BIN\sdcc isr.c -mz80 -c --std-c99 --codeseg CODE0 3. SDCC version: SDCC : mcs51/gbz80/z80/z180/r2k/ds390/pic16/pic14/TININative/ds400/hc08 3.1.4 #7 531 (Apr 4 2012) (MINGW32) 4. Generated following warnings: C:\sdcc\bug>C:\SDCC\BIN\sdcc isr.c -mz80 -c --std-c99 --codeseg CODE0 Warning: z80instructionSize() failed to parse line...
2012-04-05 23:31:09 PDT in Small Device C Co...
Build #7531 is the same as #7530, no special error before: C:\SDCC\BIN\sdcc sntp.c -mz80 -c --std-c99 --codeseg CODE2 Caught signal 11: SIGSEGV ..\bin\make: *** [sntp.rel] Error 1.
2012-04-05 23:28:21 PDT in Small Device C Co...
I tried --oldralloc option just now,, z80instructionSize() failed warning and caught signal 11 in sntp.c appeared the same.
2012-04-04 19:42:42 PDT in Small Device C Co...
I downloaded #7530, found a lot of new warnings like: Warning: z80instructionSize() failed to parse line node di Warning: z80instructionSize() failed to parse line node ei Warning: z80instructionSize() failed to parse line node nop Warning: z80instructionSize() failed to parse line node push iy Warning: z80instructionSize() failed to parse line node push af Warning...
2012-04-04 19:38:11 PDT in Small Device C Co...
This is exactly why signal 11 puzzled me so much, different people (among our co-workers) get different crash with same source code. In our software, we actually did not use any SDCC include files and lib, only the directory name keep there because of historic reasons. As you can see from bug report 3475656, we provided all needed "system" functions like atoi without using standard...
2012-03-16 21:49:31 PDT in Small Device C Co...
Just found (by error operation) that if I change c:\sdcc\src\makefile to double --std-c99 option, the signal 11 will not appear. Really interesting! C:\SDCC\BIN\sdcc sips.c -mz80 -c --std-c99 --std-c99 --max-allocs-per-node 6000 --codeseg CODE5.
2012-03-16 12:58:16 PDT in Small Device C Co...
1. Sample code attached in sdcc.rar. Please extract it to c:\sdcc, and copy 3 files sdasz80, sdcc.exe and sdcpp.exe to c:\sdcc\bin\ 2.. Command line used: cd C:\SDCC\src, and run mk.bat 3. SDCC version: SDCC : mcs51/gbz80/z80/z180/r2k/ds390/pic16/pic14/TININative/ds400/hc08 3.1.3 #7453 (Mar 15 2012) (MINGW32) 4. Error output: C:\SDCC\BIN\sdcc sips.c -mz80 -c --std-c99 --max-allocs-per-node...
2012-03-16 12:45:41 PDT in Small Device C Co...