-
A error dialog was displayed when trying to run a prograam compiled with SDCC 20061201-4496. The error dialog contains the message:
"Could not detect supported devices for "GPSim". Please check installation."
The compile performed by SDCC appears to be correct otherwise. The error occurs for piklab 0.12.2 with patches applied for compile under Slackware 10.2. The version of gpsim is...
2006-12-02 05:49:28 UTC in Piklab
-
Logged In: YES
user_id=497809
Nicolas,
I finally had a successful compile and install for piklab
0.12.2. I did not need to apply the first patch file you
supplied. It was already in the piklab 0.12.2 sources. I
did apply the second patch file you supplied.
Unfortunately, there were still files that did not compile.
There were "::" problems in the following files...
2006-10-20 05:18:57 UTC in Piklab
-
Logged In: YES
user_id=497809
That first patch "worked", but it just exposed more
problems. I've attached a set of diffs that solve similar
problems, but I'm now stumpped with the error trace below.
I wasn't really anticipating having to do this level of
debug just to get piklab to compile. It would be nice to
have a tarball of a precompiled distribution. I cannot get
the RPMs to...
2006-10-17 03:55:26 UTC in Piklab
-
Logged In: YES
user_id=497809
> This should cure all (well, you can dream ;-))
> BANKSEL-related bugs until someone comes up with another
> optimization attempt to reduce the code size again.
I think a "simple" approach would be to maintain
optimization but maintain a context flag or context state
that would get "reset" at the beginning and ending of each
loop, conditional, and switch.
2006-10-16 13:57:17 UTC in Small Device C Compiler
-
The following compile error ocurred while trying to
compile piklab 0.12.0 on Slackware Linux 10.2. I've
attached the config.log file, which should help.
Additional information can be provided if needed.
if /bin/sh ../../../../libtool --silent --mode=compile
--tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../../..
-I../../../../src -I/opt/kde/include
-I/usr/lib/qt/include...
2006-10-16 03:38:09 UTC in Piklab
-
Logged In: YES
user_id=497809
I would imagine that any initial state of the STATUS bits
cannot be assumed inside the loop. Any state that occurs
before the initial entry of the loop may be different on
subsequent iterations of the loop.
2006-10-16 02:52:35 UTC in Small Device C Compiler
-
Logged In: YES
user_id=497809
Note: I labeled the wrong BANKSEL on the second assembly
example. It should be the line "BANKSEL r0x1001" three
lines prior to "GOTO _00112_DS".
2006-10-16 02:41:22 UTC in Small Device C Compiler
-
This problems appears to be related to bug report
1570934. Testing was performed on a PIC16F628 using
Slackware Linux 10.2 (kernel 2.4.31). The compiler is
SDCC 2.6.1 #4409 (Oct 15 2006) (UNIX). The command
line for the compile is
sdcc -debug -mpic14 -p16f628 SDCC_Test2.c
The problem appears to occur when a PORTA assignment
occurs at the beginning of a while(1) loop (i.e.
endless).
2006-10-16 02:33:54 UTC in Small Device C Compiler
-
mcody committed patchset 16 of module TclDES to the TclDES CVS repository, changing 3 files.
2005-09-24 20:48:57 UTC in TclDES
-
mcody committed patchset 5 of module Trampoline to the Trampoline! CVS repository, changing 1 files.
2004-12-01 04:25:35 UTC in Trampoline!