Tomáš Glozar

Results 110 comments of Tomáš Glozar

You need SDL1, not SDL2.

Yeah, this would definitely be helpful for AXPbox users, especially for those who don't have a development environment installed. About AXPbox on Windows: I'm not sure if it builds. I...

Communication between the AXPbox VM and host will never work due to how libpcap works on Linux; the NAT gateway (10.0.2.2) should be accessible, though (and the rest of the...

Hi Supratim, Thank you for reporting this problem. From the description it seems to be reproducable - I'll try that once I get to it. Tomáš

There is an option to print like this, but with a `\x` prefix: ``` # bpftrace -e 'BEGIN { printf("%rx", buf("Hello world", 11)); }' Attaching 1 probe... ^C\x48\x65\x6c\x6c\x6f\x20\x77\x6f\x72\x6c\x64 ``` An...

GraalVM is actually just a marketing name for a group of related programs (some of them have a confusing name themselves) together with their binary distribution (including a package manager),...

Having OpenJDK packaged it's now possible to build GraalVM on T2 manually, although the build system stands in the T2 way of doing things by ~downloading along with Java dependencies...

Commited revision 55247. There's still some room for improvement (fix Sulong/Espresso build, package Native Image and Truffle languages), but the main parts (JDK with GraalVM compiler and Truffle) work.

It doesn't have the CROSS flag set, but unlike some time ago Perl itself cross compiles fine, it's only the bundled modules which fail. Having Perl cross compiled would help,...

After investigating the log it's clear that it's trying to execute the cross-compiled perl binary at some point: ``` ./perl: 1: Syntax error: ")" unexpected ``` It's quite unbelievable that...