What tools you use?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
arseniuss
Member
Member
Posts: 32
Joined: Tue Aug 10, 2010 12:13 am
Location: Latvia
Contact:

Re: What tools you use?

Post by arseniuss »

Blacklight wrote:Well, since we've bumped this old thread...
I thought this topic might be useful for them who are searching for tools to use.
Hobby stuff (suckless libs, compilators, game engines, kernels): github. Work @ zabbix: arseniuss@zabbix
Antti
Member
Member
Posts: 923
Joined: Thu Jul 05, 2012 5:12 am
Location: Finland

Re: What tools you use?

Post by Antti »

On host computer: Windows 7, VirtualBox, and Ultraedit text editor. On virtual computer: Slackware Linux with make, binutils, and gcc.
rdos
Member
Member
Posts: 3271
Joined: Wed Oct 01, 2008 1:55 pm

Re: What tools you use?

Post by rdos »

Host: Windows XP/7
Tools: OpenWatcom IDE, C/C++ and assembler
64-bit specific: JWASM, GCC, binutils, newlib
Boot: Native USB, Native IDE, GRUB
Target: 32-bit x86 compatibles
User avatar
Nessphoro
Member
Member
Posts: 308
Joined: Sat Apr 30, 2011 12:50 am

Re: What tools you use?

Post by Nessphoro »

Host: Windows 8
Tools: Visual Studio 2012 for editing and compiling UEFI code, GCC from cygwin to compile the OS code (Everything is neatly made, so F5 is VS2012 opens a VM machine with my stuff loaded)
I also use Sublime Text 2 for Assembly editing (Yeah, I wrote the ASM highlighting my self (that includes the whole instruction set))
AbstractYouShudNow
Member
Member
Posts: 92
Joined: Tue Aug 14, 2012 8:51 am

Re: What tools you use?

Post by AbstractYouShudNow »

I heard VBox had a debug mode, but never managed to get it to work on Win7 :D
Hence, I use Bochs' debugger
User avatar
BMW
Member
Member
Posts: 286
Joined: Mon Nov 05, 2012 8:31 pm
Location: New Zealand

Re: What tools you use?

Post by BMW »

SciTE, GCC, NASM, bash scripts, dd, QEMU. All on Xubuntu.
Currently developing Lithium OS (LiOS).

Recursive paging saves lives.
"I want to change the world, but they won't give me the source code."
bemk
Posts: 8
Joined: Sun Oct 02, 2011 2:50 pm

Re: What tools you use?

Post by bemk »

gcc, ld and nasm for compiling and stuff.
git, for version control, being pushed to a lot of servers.
kvm, virtualbox and an old P4 machine for testing.
Make to keep scripts from breaking.
My own build system (called by make) to configure and compile the thing.

The build system is now written in Java, but I'm thinking of doing a rewrite to C/C++ if I get the time.

I've done development under Ubuntu, Mint, Debian and Fedora (in chronological order).
I've written code using gedit, kate and eclipse with vim plugin (also in chronological order).

A friend of mine is using kate and mint.
Another friend using Ubuntu and gedit (I believe).
The third friend actually managed to get the compilation working under win 8 with cygwin.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: What tools you use?

Post by Mikemk »

Since my prior post is now completely wrong,
Host: Ubuntu 12.04.2
Compiler: i586-elf-gcc cross compiler which seems to insist on defining __STDC_HOSTED__ regardless of what I do.
Assembler: nasm
Linker: i586-elf-ld
Other build tools: make, losetup, mkfs, cp
Editor: eclipse, gedit
Bootloader: GRUB 2, which was difficult to install on a disk image.
Filesystem: ext2
Emulators: Bochs, Qemu
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
Locked