13 Topics

Member Avatar for
Member Avatar for loveMii

Please help me find the error with my code. Whenever I try to run the program, it returns a Segmentation Fault message. I've been trying to find and play with the codes but I'm really stuck.. Please help me.. Here's my code: [CODE] .section .data format: .asciz "%d\n" values: .int …

Member Avatar for untio
0
1K
Member Avatar for JDevelop

Hi, I'm beginning with C and makefiles. I'm trying to compile a list of C files with GNU Make. My code should compile all the C files in the folder into .o files along with few flags and then use these .o files to compile an executable file 'main'. and …

Member Avatar for nezachem
0
7K
Member Avatar for lu25

please help with a c program for the following ASM.. [CODE] x is at %ebp + 8, y is at %ebp + 12 movl 8(%ebp), %ebx movl $0, %eax movl $0, %ecx .L13: leal (%eax, %eax), %edx movl %ebx, %eax andl $1, %eax orl %edx, %eax shrl %ebx Shift right …

0
131
Member Avatar for lxricher

Here is my code [code].section .data values: .int 0 array_end: .equ ARRAY_SIZE, array_end - values array_fmt: .asciz " %d" usort_str: .asciz "unsorted array:" sort_str: .asciz "sorted array:" newline: .asciz "\n" maxvalue: .int 1000 format: .asciz "%d" message: .asciz "Please enter a maximum size for the array to be sorted." output: …

0
153
Member Avatar for csmgsarma

Hi all, My directory setup is follows. * My project folder is dev/. * All source files are in src/ with respective names, i.e. buzzer.c in buzzer/, led.c in led/ , lcd.c in lcd/ ... * All headers are in inc/. * All compiled objects are in obj/. * The …

0
110
Member Avatar for khess

You often hear the terms 'free software' and open source used interchangeably but they're not the same. In fact, true free software zealots launch into a fiery diatribe on the issue should you even utter the words "open source" when speaking of free software. Free software is not related to …

Member Avatar for makybe
0
1K
Member Avatar for Gribouillis

Some time ago, I was writing a small command line interpreter, with the help of [url=http://docs.python.org/library/cmd.html#module-cmd]the standard module cmd[/url] which offers minimal support for such tasks, and I had the problem that this module doesn't have a function to parse a command line to produce a list argv which can …

Member Avatar for Gribouillis
1
854
Member Avatar for khess

Do you need a reality check? Freedom isn't free. You have to work hard, and possibly even die, for it. Fortunately, free software doesn't require you to sacrifice anything but restrictions. Unfortunately, the powerful marketing machines constantly bombard and tempt you with semi-clever TV commercials, discount offers, inexpensive upgrades or …

Member Avatar for alinuxguru
0
288
Member Avatar for khess

I was talking with my friend, [URL="http://blogs.zdnet.com/perlow"]Jason Perlow[/URL], yesterday and he told me that I should back off of the free software rants because he feels that I'm entering the gray edges of freakdom. We laughed about it but it made me think: When does a strong belief in something …

Member Avatar for sureronald
0
674
Member Avatar for khess

Have you searched for Linux distributions that are 100% free? Did you find more than one that suited your needs? Well, here's a list of nine from which you can choose your favorite. Free means freedom to alter, redistribute, sell or release as a different product with no restrictions on …

Member Avatar for khess
1
2K
Member Avatar for risilliant

Hi guys can someone PLEASE give me the gnu C++ int class. Im trying to create a wrapper class to wrap the int class.

0
102
Member Avatar for khess

I had the honor and pleasure of speaking to [URL="http://www.fsf.org"]Richard Stallman[/URL] a few days ago while he was in New Zealand on a speaking tour. I had been in an email conversation with him over several days asking about which software programs he uses and I finally connected with him …

Member Avatar for Grepnix
3
1K
Member Avatar for newsguy

The new version of the [URL="http://www.fsf.org/licensing/licenses/agpl-3.0.html"]GNU Affero General Public License[/URL] has been published by the Free Software Foundation, based upon the existing GNU GPLv3 license but with one important difference: support for on-demand software-as-a-service (SaaS) applications. By publishing this license, the FSF aims to foster user and development communities around …

Member Avatar for jwenting
0
414

The End.