-
Contiki's build environment nominally supports using WERROR=1 to turn on gcc -Werror checking. I find this feature helps reduce the number of bugs I introduce, but Contiki's source has several "error…
-
Migrated from [rt.perl.org#98662](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=98662) (status was 'resolved')
Searchable as RT98662$
p5pRT updated
8 years ago
-
```
pinguino_tools.py/set_os_variables()
#----------------------------------------------------------------------
def set_os_variables(self):
if os.getenv("PINGUINO_OS_NAME") == "windows":
…
-
When I try to compile certain examples, I got the following message(e.g. examples/wget):
```
wget.c:167: warning 112: function 'fputs' implicit declaration
wget.c:174: warning 112: function 'fputs' i…
-
IMO, the main problem remains the installation duration : about half-an-hour @115kB/s this morning on my "blank" (without anything : no python, no beautifulsoup, etc ...) windows XP laptop. Would it b…
-
this error arised after build complete require guidance to get rid of it please help
-
I am trying to build a kernel image for z80pack. There seems to be some error from the sdcc compiler and I'm not sure what to do about it.
```
$ make
rm platform
ln -sf platform-z80pack platform
/Ap…
n6il updated
10 years ago
-
I plan to write the firmware from scratch to avoid copyright problems. The new firmware will probably be written in assembler (I'm too lazy to get the C compiler running).
The new firmware should su…
-
Hi! I'm SirCmpwn, from the [KnightOS](http://www.knightos.org) project, which is another operating system for z80.
We have a fork of SDCC that only supports z80 and that we're hoping to use as the fo…
-
Hi, I have looked a bit into the protocol and I thought I share what I found out.
Control message with `bRequest == 0xa0` is used to upload firmware. The `wValue` is the start address, the next pack…