Author Topic: Ndless 2.0 for TI-Nspire Clickpad/Touchpad  (Read 161673 times)

0 Members and 1 Guest are viewing this topic.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #495 on: March 06, 2011, 12:40:43 pm »
Odd how there's a backslash in there along with all the forward slashes... does that matter?
c:/ndless/sdk/bin/../lib\libndls.a
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #496 on: March 06, 2011, 02:04:28 pm »
Odd how there's a backslash in there along with all the forward slashes... does that matter?
c:/ndless/sdk/bin/../lib\libndls.a
It depends.  Usually it doesn't, but considering he bolded it, I would say yes.  I know for paths, windows CMD doesn't seem to care.  My mac does, though.  I would say it matters here.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #497 on: March 06, 2011, 02:05:52 pm »
Odd how there's a backslash in there along with all the forward slashes... does that matter?
c:/ndless/sdk/bin/../lib\libndls.a
It depends.  Usually it doesn't, but considering he bolded it, I would say yes.  I know for paths, windows CMD doesn't seem to care.  My mac does, though.  I would say it matters here.
Actually, I was the one who bolded it :P
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #498 on: March 06, 2011, 02:13:02 pm »
Odd how there's a backslash in there along with all the forward slashes... does that matter?
c:/ndless/sdk/bin/../lib\libndls.a
It depends.  Usually it doesn't, but considering he bolded it, I would say yes.  I know for paths, windows CMD doesn't seem to care.  My mac does, though.  I would say it matters here.
Actually, I was the one who bolded it :P
well, either way, it seems important.  My mac considers "Desktop\folder" as "Desktopfolder" it seems.

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #499 on: March 07, 2011, 10:48:20 am »
Problem solved by updating Yagarto.

Thank you ExtendeD.
TI-Planet co-admin.

Offline ExtendeD

  • Project Author
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #500 on: March 07, 2011, 10:52:50 am »
Please make all sure you are using YAGARTO's 23.12.2010 release (GCC v4.5.2). It seems there have been incompatible ABI changes of object files or libraries between the previous one and this one.
Ndless.me with the finest TI-Nspire programs

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #501 on: March 25, 2011, 06:43:46 pm »
Thanks :D

edit: I believe I remember someone saying that arrows have been mapped to 1-9? Does this work in gbc4nspire or not?
gbc4nspire came out before the touchpad was even announced. It'll probably need another hex editing session to make a touchpad version (perhaps even with support for reading the actual arrow keys if that could be pulled off -- I've been checking out how to interface with it)

Any news about a fully functional TouchPad version of gbc4Nspire?
TI-Planet co-admin.

Offline Firerouge

  • LV0 Newcomer (Next: 5)
  • Posts: 3
  • Rating: +0/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #502 on: June 05, 2011, 04:54:15 am »
I'm getting the following error when trying to make the latest revision. As a side note I do have all the paths setup.



Offline ExtendeD

  • Project Author
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #503 on: June 06, 2011, 02:56:07 am »
Can you make sure your PATH variable doesn't contain the bin/ directory of a previous version of Ndless? Ndless 2.0 should be built with itself.
Ndless.me with the finest TI-Nspire programs

Offline Firerouge

  • LV0 Newcomer (Next: 5)
  • Posts: 3
  • Rating: +0/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #504 on: June 06, 2011, 03:14:49 am »
Can you make sure your PATH variable doesn't contain the bin/ directory of a previous version of Ndless? Ndless 2.0 should be built with itself.

Thanks that was the issue, had left it in my path by accident. Everything is working perfectly now!
« Last Edit: June 06, 2011, 03:37:38 am by Firerouge »