Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Calculator C
»
[68k C] Parse Eeror at end of input (TIGCC C)
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: [68k C] Parse Eeror at end of input (TIGCC C) (Read 6303 times)
0 Members and 3 Guests are viewing this topic.
bfr
LV8
Addict (Next: 1000)
Posts: 819
Rating: +4/-0
[68k C] Parse Eeror at end of input (TIGCC C)
«
on:
May 20, 2006, 01:13:00 pm »
I'm getting an error saying, "Parse error at end of input" when I try to build the following C code for TIGCC (I know this code could be better and needs optimization, but I'll do that later):
c1-->
CODE
ec1
#include
#include "extgraph.h"
unsigned char guy[16] = {
Logged
bfr's website -
http://bfr.tifreakware.net
Ranman
LV10
31337 u53r (Next: 2000)
Posts: 1354
Rating: +83/-0
[68k C] Parse Eeror at end of input (TIGCC C)
«
Reply #1 on:
May 20, 2006, 03:38:00 pm »
I found your parsing problem...
You are missing a closing bracket somewhere near the end of your start( ) function.
Logged
Ranman
Bringing Randy Glover's
Jumpman
to the TI-89 calculator. Download available at
Ticalc
.
bfr
LV8
Addict (Next: 1000)
Posts: 819
Rating: +4/-0
[68k C] Parse Eeror at end of input (TIGCC C)
«
Reply #2 on:
May 21, 2006, 02:49:00 am »
Thanks, Ranman, that was the problem.
Logged
bfr's website -
http://bfr.tifreakware.net
saubue
Guest
[68k C] Parse Eeror at end of input (TIGCC C)
«
Reply #3 on:
May 21, 2006, 02:49:00 am »
I think the closing '}' of the start-function itself is missing...
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Calculator C
»
[68k C] Parse Eeror at end of input (TIGCC C)