LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices

Tags used in this thread
Popular LQ Tags , , , , ,

Reply
 
Thread Tools
Old 10-09-2009, 10:21 PM   #91
Linux_bird
LQ Newbie
 
Registered: Sep 2009
Posts: 4
Thanked: 1
Smile


[Log in to get rid of this advertisement]
Actually, a free complier must have much more limits than the paid version.
windows_xp_2003 Linux_bird is offline     Reply With Quote
Old 10-10-2009, 11:07 AM   #92
graemef
Senior Member
 
Registered: Nov 2005
Location: Hanoi
Distribution: Fedora 11
Posts: 1,855
Thanked: 25
Quote:
Originally Posted by Linux_bird View Post
Actually, a free complier must have much more limits than the paid version.
Can you please provide some concrete evidence to support that argument.
linuxfedora graemef is offline     Reply With Quote
Old 10-15-2009, 04:43 PM   #93
albertz
LQ Newbie
 
Registered: Mar 2009
Posts: 7
Thanked: 0
Quote:
Originally Posted by Lawand View Post
Qt Creator for Qt development
I like QtCreator not only for Qt development. It has a very nice autocompletion support (which works good) and is fast and simple.
macos albertz is offline     Reply With Quote
Old 10-24-2009, 11:56 PM   #94
humpty
LQ Newbie
 
Registered: Jul 2009
Posts: 5
Thanked: 0
A section for Toolkits Gui IDEs ?

e.g
Fluid / Fltk
windows_xp_2003 humpty is offline     Reply With Quote
Old 11-16-2009, 12:53 AM   #95
kbp
Member
 
Registered: Aug 2009
Posts: 478
Thanked: 43
poor-man's assembly IDE on linux (scite, scite-debug, nasm, ld and gdb)

Hey,

Not sure if this fits in this topic, if not please feel free to relocate

This is a setup I came up with for assembly coding on linux

- Install scite, nasm, binutils and gdb
- Download scite-debug from: http://scitedebug.luaforge.net/ and extract to /usr/share/scite/
- Create '.SciTEUser.properties' in your home directory:

Code:
cat << 'EOF' > ~/.SciTEUser.properties
# 0.1 - 20091116 - killboy[underscore]powerhed[at]yahoo[dot]com[dot]au
# Enable line numbers
line.margin.visible=1
line.margin.width=3

# Use fixed width font
font.base=$(font.monospace)
font.small=$(font.monospace)
font.comment=$(font.monospace)
font.text=$(font.monospace)
font.text.comment=$(font.monospace)
font.embedded.base=$(font.monospace)
font.embedded.comment=$(font.monospace)
font.vbs=$(font.monospace)

# Use black background
style.*.32=$(font.base),back:#000000,fore:#ffffff
style.*.33=back:#C0C0C0,$(font.base)
style.*.37=fore:#939393
caret.fore=#FFFFFF
selection.alpha=75
selection.back=#FFFFFF
colour.keyword=fore:#649bff
colour.operator=fore:#727272

# Print timing info
time.commands=1

# Display path info
title.full.path=1

# Load scite-debug
ext.lua.startup.script=/usr/share/scite/scite-debug/extman.lua

# Set build options
# Default compile and link options generate symbols
if PLAT_GTK
	# compile
	command.compile.$(file.patterns.asm)=nasm -g -f elf $(FileNameExt)
	# link
	command.name.0.*.asm=Link
	command.0.*.asm=ld -o $(FileName) $(FileName).o
	# run
	command.go.$(file.patterns.asm)=*./$(FileName) $(1) $(2) $(3) $(4)
	command.go.needs.$(file.patterns.asm)=nasm -g -f elf $(FileNameExt) && ld -o $(FileName) $(FileName).o
	# build
	command.build.$(file.patterns.asm)=nasm -g -f elf $(FileNameExt) && ld -o $(FileName) $(FileName).o
	# build and strip
	command.name.1.$(file.patterns.asm)=Build and Strip
	command.1.$(file.patterns.asm)=nasm -g -f elf $(FileNameExt) && ld -o $(FileName) $(FileName).o -s
EOF
cheers,

kbp

Last edited by kbp; 11-16-2009 at 05:38 PM..
linuxfedora kbp is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there freeware Network Simulation software? jimdaworm Linux - Networking 8 10-20-2006 09:06 AM
freeware fractal software rblampain Linux - General 5 06-06-2006 09:25 PM
Free Software, Free Society: Selected Essays of Richard M. Stallman irfanhab Linux - General 1 11-09-2004 07:22 AM
Free Gillete Products + list of other free stuff looksmart123 General 1 08-08-2004 04:38 PM
How can I get list of all the non-free software I have? *IP* Debian 6 01-08-2004 07:59 AM


All times are GMT -5. The time now is 01:09 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration