Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I needed SRECORD for handling some intel hex files. Looked up their webpage. Found teenage level Windows scorning. Had Cygwin installed. Shit didn't compile. Ever more dependencies for a fucking hex file handler, and still errors.
The docs contained gems like 32 data bytes per line as default - and mocking about stupid EPROM programmers that can only handle 16 bytes. WTF you idiots, then set this as default because it FUCKING WORKS!
Finally, I figured that their software was probably as mature as their humor, ditched that piece of shit and wrote a tool myself. With 16 data bytes per line, obviously. -
bahua129045yIt's been 15 years or so since I compiled my own kernel, but it never took more than 15-20 minutes, on so-so hardware. Are you not using the -j flag?
-
Parzi88335ykernels are pretty hard to crosscompile for other platforms. Especially when it's actually an initramfs with a fuckton of other shit installed and it's going on a series of asymmetric-dual-processor systems with vastly different hardware capabilities per model AND requires a touchscreen keyboard at all times on a second screen and...
yeah it's the 3DS
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Compiling software on Linux:
Python interpreter? Easy peasy, just some dependencies here and there. Make does a good job.
Linux kernel? Piece of cake, 20 years of development will be freshly served on your machine after one hour compiling (I have a pretty powerful computer).
Tensorflow? Fuck this shit I am outta.
What is your story with self-built software? Which piece of code has the most terrible dependency hell?
random
compiler
tensorflow
python
linux