Pyry Kontio

Results 93 comments of Pyry Kontio

I got past of FixDefaultParamValuesOfOverridesPass. It now crashes on GetterSetterToPropertyAdvancedPass, which is the final pass of the TranslationUnitPasses.

I'm being affected by the same issue. Here's some additional notes: - Trying to build on NixOS, AArch64, on Raspberry Pi 4, in order to get the Raspberry Pi EEPROM...

So, some more notes. First of all, > The issue seems to be that a compiler macro that indicates target architecture, such as __arm__ or __aarch64__, is not being defined:...

An explanation for this value. From here, of the Makefile: ``` override ARCH := $(strip $(call debug_shell,$(CC) $(CPPFLAGS) -E archtest.c 2>/dev/null | grep -v '^\#' | grep '"' | cut...

I now have a patch that fixes the problem. I'm trying to figure out how to submit it currently, but the instructions here don't work: https://www.flashrom.org/Development_Guidelines#Using_Github

Managed to submit it! https://review.coreboot.org/c/flashrom/+/43140 The wiki seemed to have the repo address a bit wrong; not: `git remote add -f upstream ssh://@review.coreboot.org:29418/flashrom.git.` but `git remote add -f upstream ssh://@review.coreboot.org:29418/flashrom`.

@jtojnar The output parsing script at first strips the lines starting with `#`, which seem to be preprocessor "stack" annotations; however, after that, it just finds lines with `"` which...

Thanks! Btw. about the patch, I'm going to fix it during the following days, hopefully it sticks.

https://review.coreboot.org/c/flashrom/+/43140 Sorry, no luck yet. It's been reviewed a long time ago, but nobody seems to go and merge it...

My PR was merged, so this will be fixed eventually. No idea when the next release is, though.