* Compiled computer programs are sometimes called "binaries". Instead of this tag, use [tag:executable] for this sense.
Questions tagged [binaries]
191 questions
0
votes
3 answers
What is maximum file size limit in mercurial
Currently, I cant clone the mercurial directory due to following error
Abort: stream ended unexpectedly.
We have few files that are larger than 10MB in size. These files are already uploaded on mercurial repository but we are getting error while…

sam
- 4,594
- 12
- 61
- 111
0
votes
1 answer
Right binaries for my Nexus 5 (4.4.3), KRT16M or KOT49H?
I downloaded the AOSP source code and compiled it. I used the Android 4.4.2 (KOT49H) binaries. Problem now is that I do not have any camera app at all. If I try to access it from the lock screen it says:
Can't connect to the camera.
I suppose it…

Simon Zettervall
- 325
- 3
- 8
0
votes
1 answer
Unsigned Cirrious.MvvmCross.WindowsStore assembly. Is there a signed version?
All of the other binaries downloaded seemed to have been strong-named except Cirrious.MvvmCross.WindowsStore.dll. Can anybody shed light on this? Was this an oversight? Is there a signed version (vNext) that I can download somewhere?

user3067727
- 1
- 1
0
votes
2 answers
How to write and read bytes from unsigned variable
Here is what I'm trying to do:
I have two integers
int a = 0; // can be 0 or 1
int b = 3; // can be 0, 1, 2 or 3
Also I want to have
unsigned short c
to store that variables inside it.
For example, if I would store a inside c it will be looking…

Daniel D
- 3
- 1
0
votes
1 answer
How do I find MS word activeX server binaries and register them?
I am using MS word activeX in my Qt application but it failing to load the documents on some machines running XP.The doc has pointed out that the problem might be related to this:
Note however that the ActiveX server binaries you are using might…

musimbate
- 347
- 6
- 25
0
votes
1 answer
Create an install exe file with binaries and redistributables for XNA - VS2012
I'm actually working on a game during my internship. I made it with XNA game studio and used Visual studio 2012 (used a topic on this site to install it...). Now that i'm almost done with the code, I'm looking into make an exe file which will…

YumeYume
- 981
- 2
- 12
- 33
0
votes
3 answers
Netbeans fortran build fails on Mac OS 10.8, cannot see gfortran file
I'm trying to get Netbeans up and running so I can start a Fortran project. I've downloaded the binaries and installed the plugins to the best of my knowledge. When I try to compile my hello world I get this error:
"/usr/bin/make" -f…

whatsherface
- 313
- 2
- 8
- 21
0
votes
0 answers
gcc arm-none-eabi binaries don't run
I build a cross compile toolchain on OSX with:
binutils-2.23.52
gcc-4.6.4
gcc-core-4.6.4
gcc-g++-4.6.4
gdb-7.6.1
gmp-4.3.2
mpc-1.0.1
mpfr-2.4.2
newlib-2.0.0
for the target EFM32 wich is a ARM Cortex-m3, so the gcc target is arm-none-eabi.
All…
0
votes
1 answer
How to call C/C++ binaries (ported on linux server) from Android application
I have developed C/C++ binaries and I have android app. I have ported binaries on linux base server and now I would like to use this binaries in my android app. Can i call this binaries from my app? Is it possible, please excuse me as I don't have…

Scorpion
- 6,831
- 16
- 75
- 123
0
votes
2 answers
Perl printing binary to files - cr lf
I am not a regular Perl programmer and I could not find anything about this in the forum or few books I have.
I am trying to write binary data to a file using the construct:
print filehandle $record
I note that all of my records truncate when an…

Fritz
- 21
0
votes
1 answer
Smart diff for binaries
If you will compile the same sources on the hardware twice you will get different binaries. Do you know how to verify using any tools or scripts that content wasn't changed?
Thank you.

yart
- 7,515
- 12
- 37
- 37
0
votes
2 answers
Representation of a C binary file
For a homework assignment I created a simple compression/decompression program that makes use of a naive implementation of run-length encoding. I've gotten my program working; compressing and decompressing any text file with a pretty large number of…

grimetime
- 390
- 1
- 4
- 12
0
votes
1 answer
Addition of binaries and overflow
I am practising my addition of binarys and got to overflow i'm guessing, i need the answer to be 5 bit for the additions of 01010 and 11011, to save time thats decimal 10 and 27
When added I get 100101 which is the expected answer of 37.
However…

Sim
- 570
- 1
- 10
- 22
0
votes
1 answer
Running or modifying the source code(binaries) that are available under GNU General public license
Dear stackoverflow members,
I have a question that might sound silly to most of the members here, but it is bothering me for quite a while now and couldn't find any appropriate answer for it, yet.
My question is, how can we run a source code or…

Spaniard89
- 2,359
- 4
- 34
- 55
0
votes
1 answer
Single binary with two different iPhone apps (non-jailbreak)
I've read up on how one can create a single iOS binary that combines an iPad and iPhone into a single (Universal) binary. However, I have not been able to figure out from this process whether it's feasible (or even advisable) to combine two…

chris.o.
- 93
- 1
- 9