-
Hello,
in the file pic14devices.txt the description for the PIC12F629 is invalid. It reads
memmap 0x0020 0x005f 0x000
memmap 0x00a0 0x00df 0x000
but should read
memmap 0x0020 0x005f 0x080
memmap 0x00a0 0x00df 0x080
This device has 64 bytes of general purpose RAM, which is shared among both banks. Therefore, the alias value in the memmap entry has to reflect this...
2008-11-07 19:59:37 UTC in Small Device C Compiler
-
Hello,
version 0.10.2 of netboot has been released. It
contains many bug fixes and a small new utility
called 'nbdbtool' to ease the management of
larger systems databases. If you are using
version 0.10.1 you should update to this new
version because of the many bugs which have
been fixed.
gero.
2007-04-22 19:28:07 UTC in netboot Network booting environment
-
gkminix committed patchset 226 of module netboot to the netboot Network booting environment CVS repository, changing 2 files.
2007-04-22 18:52:34 UTC in netboot Network booting environment
-
Hello,
your recent patch has been added to CVS tree.
gero.
2007-02-01 18:44:46 UTC in netboot Network booting environment
-
gkminix committed patchset 225 of module netboot to the netboot Network booting environment CVS repository, changing 3 files.
2007-02-01 18:42:10 UTC in netboot Network booting environment
-
Hello,
thanks again for your input. I have now modified configure.ac to find out if gcc supports
the pie and ssp command line options. I've also changed the installation layout a little
bit following your "installation" bug report. There is probably no need to have a "utils"
subdirectory in $libdir/netboot, so I have moved all executables from that subdirectory
into $libdir/netboot. The...
2007-02-01 12:21:42 UTC in netboot Network booting environment
-
gkminix committed patchset 224 of module netboot to the netboot Network booting environment CVS repository, changing 41 files.
2007-02-01 12:09:17 UTC in netboot Network booting environment
-
Hello,
thanks for pointing out this problem. Which version of gcc are you using? Actually,
the error appears when linking with the netboot library, and that should never
require write access to the TEXT segment. I need to investigate this further.
gero.
2007-01-31 17:48:44 UTC in netboot Network booting environment
-
Hello,
thank you very much for your contribution. Your idea is definitely very
good and I have applied your patch without modification to the CVS tree.
gero.
2007-01-31 17:31:02 UTC in netboot Network booting environment
-
Hello,
thanks for testing. Regarding the patches please see my comments there.
gero.
2007-01-31 17:29:18 UTC in netboot Network booting environment