Dan Horák

Results 18 issues of Dan Horák

I got this error when running `fusesoc` recently ```` ERROR: Conflicting requirements: Requirements: 'microwatt == 0-0'

This is an attempt to implement a syscon register for storing git hash info as described in issue #234. It's my first real contact with VHDL, so please be patient...

Looks to me that `litedram/gen-src/sdram_init/` is missing some source files, it can't be rebuilt. ```` [dan@talos sdram_init]$ make Makefile:3: variables.mak: No such file or directory make: *** No rule to...

The better diagnostics in GCC 12 prints some new warnings when compiling `macro.c`, see bellow. ```` cc -Wall -O3 -DDEFAULT_INCLUDE_PATH='"/usr/local/include/avr"' -DVERSION='"1.4.2"' -c -o macro.o macro.c macro.c: In function ‘read_macro’: macro.c:196:36:...

- fix 3 warnings from builds on Fedora with GCC 11 - allow compilation with user supplied CFLAGS

This came in https://github.com/hughsie/PackageKit/issues/326 when I'm trying to get gstreamer helper working for non-x86 arches for multimedia applications like parole. To allow that something must provide org.freedesktop.PackageKit session bus service...

Because of the requirement for D language compiler to be available across all platforms Fedora supports, I have started to look into what's missing in the s390x support in LDC....

There seem to be no reference to the license that romwak is using. Could this be fixed? How was the Delphi original licensed?

Looks like petitboot isn't adding the BOOT_IMAGE variable to the kernel command line, while other bootloaders do that (grub2 on ppc/pseries, zipl on s390x - confirmed by myself, but grub...

based on https://developers.redhat.com/blog/2019/08/12/efficient-string-copying-and-concatenation-in-c Fixes: https://github.com/rockchip-linux/rkdeveloptool/issues/55