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 - epic7

Pages: 1 ... 66 67 [68] 69 70 ... 161
1006
News / Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
« on: February 25, 2012, 09:14:29 am »
I'm not doing this competition for fun, not prize XD
If not fun, and not prize, why? :P

1007
News / Re: 250000 posts since May 2005 & new yearly record for 2011
« on: February 25, 2012, 08:39:21 am »
Spam? D:

1008
Ndless / Re: [nRGBlib] W.I.P - Colorful librairy for Ndless 3.1
« on: February 24, 2012, 08:07:59 pm »
Is there any guide or something to tell how to use the functions?''

And should this makefile work?
I get an error that i think is in the OBJS line.
Code: [Select]
GCC = nspire-gcc
LD = nspire-ld
GCCFLAGS = -Os -nostdlib -I"c:/nRGBlib/sdk/include/"
LDFLAGS = -L "c:/nRGBlib/sdk/lib/"
OBJCOPY := "$(shell (which arm-elf-objcopy arm-none-eabi-objcopy arm-linux-gnueabi-objcopy | head -1) 2>/dev/null)"
ifeq (${OBJCOPY},"")
OBJCOPY := arm-none-eabi-objcopy
endif
OBJS = main.o bar.o -> hello.o
DISTDIR = .
vpath %.tns $(DISTDIR)

all: hello.tns

%.o: %.c
$(GCC) $(GCCFLAGS) -c $<

%.o: %.S
$(GCC) $(GCCFLAGS) -c $<

hello.tns: $(OBJS)
$(LD) $(LDFLAGS) $^ -o $(@:.tns=.elf) -lRGB
@mkdir -p $(DISTDIR)
$(OBJCOPY) -O binary $(@:.tns=.elf) $(DISTDIR)/$@

clean:
rm -f *.o *.elf
rm -f $(DISTDIR)/hello.tns
EDIT: I changed it to just OBJS = hello.o and it made the tns

1009
Humour and Jokes / Re: Juju in danger?
« on: February 24, 2012, 03:21:11 pm »
I am now going to post when people get off topic :P

1010
News / Re: Ndless v3.1 beta for OS v3.1 with TI-Nspire CX support released
« on: February 24, 2012, 08:39:32 am »
Works now :D

1011
News / Re: Ndless v3.1 beta for OS v3.1 with TI-Nspire CX support released
« on: February 24, 2012, 08:09:43 am »
I updated, now making the makefile works, but making the program doesnt work anymore D:

Code: [Select]
$ make                                                                                                                                                                           nspire-ld -nostdlib hello.o -o hello.elf
osstub.c:6:18: error: conflicting types for '_ssize_t'
c:/program files (x86)/yagarto/lib/gcc/../../arm-none-eabi/sys-include/sys/_types.h:56:13: note: previous declaration of '_ssize_t' was here
osstub.c:8:18: error: conflicting types for '_off_t'
c:/program files (x86)/yagarto/lib/gcc/../../arm-none-eabi/sys-include/sys/_types.h:16:14: note: previous declaration of '_off_t' was here
make[1]: *** [osstub.o] Error 1
make: *** [hello.tns] Error 2

1012
Humour and Jokes / Re: funny how this works lol
« on: February 23, 2012, 11:33:06 pm »
My school is 98% basic calc or no calc, 1.8% is 8x, then 0.2% (me) is cx

1013
Ndless / Re: [nRGBlib] W.I.P - Colorful librairy for Ndless 3.1
« on: February 23, 2012, 11:01:16 pm »
the "directory for the tns file" means the name and directory were the compiled .tns will be. For example this line could be
Code: [Select]
DISTDIR = Example.tns
In the OBJS line you have to write the names of the .c files you want to compile, but with .o instead of .c at the end of each name.
So I could put
DISTDIR = C:/ndless/test1/testprogram.tns
?

1014
Minecraft Discussion / Re: Minecraft
« on: February 23, 2012, 09:53:01 pm »
Ok, used no-ip.com's thingy to I think make my server address finally stop changing.
Anybody want my server address?

So, is this topic for the general discussion of minecraft, which can be assumed since the topic title is simply "minecraft" :P, or is this for OmniMine?

We should get OmniMine started sometime :D



1015
Minecraft Discussion / Re: Minecraft
« on: February 23, 2012, 09:04:42 pm »
Well, I havent programmed since before christmas. (But Im starting again now.)

1016
Humour and Jokes / Re: Dope Zebra
« on: February 23, 2012, 07:49:18 pm »
NOPE!

1017
Minecraft Discussion / Re: Minecraft server help [SOLVED]
« on: February 23, 2012, 07:34:59 pm »
Whats that?

Idk, the static ip program says "This ip adress is static"

1018
Humour and Jokes / Re: funny how this works lol
« on: February 23, 2012, 07:26:27 pm »
And there's the kids who make fun of you for having a graphing calculator...
Seriously, most of the kids in my school (in 7th grade :P) don't know what a graphing calculator is. They call it a "nerd calculator". :( Also, at least 10 times a day, kids ask me these exact questions:
"Are you playing games on that?"
"Can you play pacman on that?"
"Can you text with that?"
"Can you get on the internet with that?"
"How much did that calculator cost?"

Yup. Exactly. The. Same. Questions.
YES. Those same questions. :P

1019
Minecraft Discussion / Re: Minecraft server help [SOLVED]
« on: February 23, 2012, 07:22:50 pm »
I have that. It says the ip is static.

The ip is the one I get when googling "ip" :P

1020
Ndless / Re: [nRGBlib] W.I.P - Colorful librairy for Ndless 3.1
« on: February 23, 2012, 07:20:24 pm »
Where am I supposed to put all that makefile code?

Pages: 1 ... 66 67 [68] 69 70 ... 161