Skip to content

Instantly share code, notes, and snippets.

View agherzan's full-sized avatar
🐧
smirking

Andrei Gherzan agherzan

🐧
smirking
View GitHub Profile

Keybase proof

I hereby claim:

  • I am agherzan on github.
  • I am alephan (https://keybase.io/alephan) on keybase.
  • I have a public key whose fingerprint is F713 51AC E658 1B02 E65E E428 D4D9 4F67 AD0E 9640

To claim this, I am signing this object:

@agherzan
agherzan / compiling
Created September 12, 2012 14:28
asm error while compiling xbmc for RPi
arm-poky-linux-gnueabi-g++ -march=armv6 -mthumb-interwork -mfloat-abi=softfp -mtune=arm1176jzf-s --sysroot=/home/agherzan/work/personal/yocto/2012-09-06-rpi/tmp/sysroots/raspberrypi -MF DVDClock.d -MD c -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -mfpu=vfp -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 -mno-apcs-stack-ceck -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -mfpu=vfp -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 -mno-apcs-stackcheck -D__STDC_FORMAT_MACROS -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -mfpu=vfp -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG Wall -O2 -mno-apcs-stack-check -DTARGET_POSIX -DTARGET_LINUX -D_LINUX -D_ARMEL -D_FILE_DEFINED -D__STDC_CONSTANT_MACROS -DBIN_INSTALL_PATH="\"/usr/lib/xbmc\"" -DINSTALL_PATH="\"/usr/share/xbmc\"" -D
@agherzan
agherzan / 1
Created September 12, 2012 13:04
test
test
@agherzan
agherzan / storage.c-If-there-is-not-d_type-support-use-stat.patch
Created July 17, 2012 13:19
storage.c: If there is not d_type support use stat()
From 0fe016347b2cd089de34dbccd6a8df4aec4d131f Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei@gherzan.ro>
Date: Tue, 17 Jul 2012 16:07:17 +0300
Subject: [PATCH] storage.c: If there is not d_type support use stat()
This is usefull for filesystems where d_type is always DT_UNKNOWN.
In this case use stat() function.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---