Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tribal

Pages: 1 2 [3] 4 5 ... 17
31
ASM / Compiling ndless demo in linux
« on: August 24, 2010, 10:59:52 pm »
For some reason I can't get the ndless demo to compile, I've followed the readme and installed the gnu arm toolchain and added the ndless/bin directory to my path.

Here is the output of what I get:
Code: [Select]
[tribal@aina ndless-v1.1]$ cd src/arm/demo/
[tribal@aina demo]$ make clean
rm -f *.o *.elf
[tribal@aina demo]$ make
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c main.c
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c utils.c
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c vector.c
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c particle.c
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c particle_system.c
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c gravity_particles.c
nspire-ld main.o utils.o vector.o particle.o particle_system.o gravity_particles.o -o demo.elf
/usr/bin/arm-elf-ld: this linker was not configured to use sysroots
collect2: ld returned 1 exit status
make: *** [demo.tns] Error 1

I am currently running Arch Linux kernel 2.6.35 x86_64, and for the gnu toolchain I installed 'community/cross-arm-elf-gcc-base'. I have checked the PKGBUILD of this package and it seems it is indeed configured with sysroots, so I am a little confused(configure parameter '--with-sysroot=/usr/$CHOST/arm-elf' is declared).

Can anybody help me out with this? I am a little stumped at what to do at this point :-\

32
[OTcalc] ARM-Software / Re: OTARM Firmware Discussion
« on: August 21, 2010, 10:57:11 pm »
OTARM will also require a fail-safe bootloader for in case a user manages to break their calc, which is entirely possible with root privileges.
The main filesystem should be FAT, FAT32, or ext2, I believe. Assuming that we're going to use flash memory, ext3/ext4 will wear out the flash much faster because of the journaling. SD cards need to use FAT/FAT32 simply because of Windows.

Journaling can be disabled on ext3/ext4 iirc, also would be good to have the 'noatime' option when it's mounted so it doesn't constantly write access times to the metadata if you go with these filesystems.

33
OmnomIRC Development / Re: OmnomIRC Focus
« on: August 14, 2010, 09:06:14 pm »
Here's an update on the multi-line omnomIRC I wanted to get some input on, it seems that it wouldn't be to hard to implement, and the size of the box can be dynamically resized(no smaller than the default width/hight) but... hitting return(enter) would give you a newline instead of submitting.

Now that I've messed with it a bit, I'm kinda wondering if you meant that the input would wrap if it hit the end instead of just continuing? I think that could probably be a solution to this.

34
OmnomIRC Development / Re: OmnomIRC Focus
« on: August 14, 2010, 07:34:39 pm »
Hmm, I don't see why multi-line input would be a problem... I'll mess around with it and see what I can do.

35
OmnomIRC Development / Re: OmnomIRC Focus
« on: August 14, 2010, 02:08:49 am »
It certainly is possible, I just fixed it :D

36
Other Calculators / Re: Lost projects
« on: July 28, 2010, 06:25:52 pm »
Oh that sucks, I'm sorry to hear it calc84 :/
One of my partitions has recently gone bad after resizing and moving them around, to give more space to windows because it needed more D: (I'm actually typing this from lynx, because I'm trying to recover said partition's data <_>)
I hope that at least one of your projects survived, if not I wish you the best of luck and hope that you continue your projects, no pressure of course :P

37
Other Calculators / Re: Nleash for TI-Nspire OS 2.1
« on: July 28, 2010, 01:33:03 am »
Awesome news! Great pic cirtor, I'm lov'in it XD
I can't wait to get a nspire, hopefully it'll be soon :D

38
Miscellaneous / Re: Post your desktop
« on: July 26, 2010, 01:50:23 pm »


Didn't want to embed a huge image.

I tend to keep my desktop tidy. :P

You're not kidding :o
I think 'tidy' is a understatement ;)

39
Miscellaneous / Re: Post your desktop
« on: July 26, 2010, 03:10:47 am »
This is my current windows set-up, not much to brag about atm :|

http://imgur.com/36VAc.jpg

40
The Axe Parser Project / Re: Axe Parser
« on: July 25, 2010, 02:42:55 am »
Awesome can't wait, I'm sure it won't kill us to wait another day :D

41
Miscellaneous / School pranks
« on: July 24, 2010, 03:22:52 pm »
On our last day of school last year, me and a few of my classmates put the attached screensaver on every computer in our lab when the instructor left the classroom for a few minutes to take care of something, least to say it was pretty funny when he came back ;)

Have any of you pulled/seen any good pranks being pulled on your school/the teachers in it?

42
Other Calc-Related Projects and Ideas / Re: TILP: beta-testing...
« on: July 23, 2010, 08:56:16 pm »
I found a small bug in v1.15, if you attempt to send a program by double-clicking on it when it's associated with TiLP, it will automatically crash.

EDIT: This seems to only occur if the 'USB scan at startup' option isn't checked, but it still crashes after it has been sent.
EDIT2: It also seems to crash when closing the GUI after a successful transfer.
I am on Win7 Ultimate x64

43
Miscellaneous / Re: Timer Signature
« on: July 23, 2010, 08:19:08 pm »
The only way I can think of is like have the image be hosted somewhere and have a php script that modifies the image every so often.

EDIT: ninja'd

44
Other Calculators / Re: TI-83 Plus Saves Student from Bullet
« on: July 23, 2010, 05:05:55 pm »
Really? I've dropped my calc multiple times on our concrete garage, among other places(not on purpose of course) and it's never received any damage :o
That sucks though :/ Did he get another one?

45
Other Calculators / Re: Let's hack Nspire OS 2.1!
« on: July 22, 2010, 08:31:13 pm »
It's not a OS, it is a ti-nspire document file.

Pages: 1 2 [3] 4 5 ... 17