Shortcuts: Mobile | Active Topics | Newest Posts | Latest Freeware | Private Messaging | Contribute News | Archive 
  NEWS
  Search News
Browse by Category
News History
1SRC News RSS Feed
1SRC Podcast RSS Feed
Contribute News
  FORUMS
  Search Forums
Topic Specific
News
General
Applications
  Games
  Video
Deals & Promos
Developers
E-books
Mac / Linux
Medical
Podcast
Skins & Backgrounds
Wireless
Off-Topic
  Audio/Video
  Cellphones
  Digital Cameras
  Gaming
  Gadgets & Gizmos
  Non-Palm OS PDAs
  PCs/Laptops
  Tech Web
palm
pre
Foleo
T|X-Series
Z-Series
LifeDrive
Zire
Treo
Tungsten
Older Palms
Sony
VZ-Series
TH-Series
UX-Series
TJ-Series
NX-Series
TG-Series
NZ-Series
Older Clies
Tapwave
Zodiac
Garmin
iQue
Other Licensees
AlphaSmart
Fossil
Group Sense
Kyocera
LG
Samsung
Site Specific
Arcade
Comment/Suggest
  FREEWARE
  Search Freeware
Applications
Ebooks
Skins
Backgrounds
  ABOUT US
  Contact Us
Contribute News
About Us
Privacy Statement
  LOW PRICE SEARCH

Search for the lowest prices: 




  LINKS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Go Back   1src Forums > Topic Specific > Developers
User Name
Password
FAQ Members List Calendar Chat Arcade Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 07-13-2007, 01:52 PM   #1
alt236
Lost in the wires.
 
alt236's Avatar
 
Join Date: Mar 2006
Posts: 808 alt236 is on a distinguished road
No arm-palmos-gcc in PODS?

Hi guys,

This might sound as an odd thing but I'm currently working on a sideproject of mine (porting sftp to palm) and I'm using the code from pssh and putty to get things going.

Since I won't be near my Linux box for the next few days due to work, I installed PODS on mu laptop and imported the pssh code.

Now what I noticed is that arm-palmos-gcc toolchain is nowhere to be found although the rest of the prc-tools are.

Surprisingly PODS can still compile the sample armlet.

Am I missing something here?
alt236 is offline   Reply With Quote
Old 07-14-2007, 04:34 PM   #2
alt236
Lost in the wires.
 
alt236's Avatar
 
Join Date: Mar 2006
Posts: 808 alt236 is on a distinguished road
Ah well, I just downloaded the cygwin setup from the cygwin website, ran it, and selected arm-palmos-gcc from the available list

Now off to get the code working...
alt236 is offline   Reply With Quote
Old 07-24-2007, 11:48 AM   #3
phreakonaleash
Lifeflash'd and loving it
 
phreakonaleash's Avatar
 
Join Date: Nov 2006
Location: Phoenix AZ US
Posts: 1,537 phreakonaleash is on a distinguished road
Send a message via AIM to phreakonaleash Send a message via MSN to phreakonaleash Send a message via Yahoo to phreakonaleash
I think PODS rolls its own protein compiler. :-)
__________________
[b]/*PhreakOnALeash*/
Ryan Rix -- KDE Developer, HomePage
phreakonaleash is offline   Reply With Quote
Old 07-24-2007, 12:05 PM   #4
alt236
Lost in the wires.
 
alt236's Avatar
 
Join Date: Mar 2006
Posts: 808 alt236 is on a distinguished road
Yes it does.
I noticed it afterwards, but I needed to recompile some old (arm-gcc dependant) sources and didn't want to start editing long makefiles without good reason (bit lazy actually ).
alt236 is offline   Reply With Quote
Old 07-24-2007, 12:08 PM   #5
phreakonaleash
Lifeflash'd and loving it
 
phreakonaleash's Avatar
 
Join Date: Nov 2006
Location: Phoenix AZ US
Posts: 1,537 phreakonaleash is on a distinguished road
Send a message via AIM to phreakonaleash Send a message via MSN to phreakonaleash Send a message via Yahoo to phreakonaleash
It happens...
__________________
[b]/*PhreakOnALeash*/
Ryan Rix -- KDE Developer, HomePage
phreakonaleash is offline   Reply With Quote
Old 07-24-2007, 02:36 PM   #6
_Em
Beta Tester
 
_Em's Avatar
 
Join Date: Nov 2005
Location: Igloo
Posts: 2,377 _Em is on a distinguished road
Send a message via ICQ to _Em Send a message via AIM to _Em Send a message via MSN to _Em Send a message via Yahoo to _Em
Hmm... cygwin for PalmOS5 would be GREAT!

What I'd like is the ability to set up ssh tunnels on a Palm device (maybe instead of VPN).
__________________
My Palm family:
Palm T|X ~ Palm T|E ~ m130 ~ m125 ~ POSE
_Em is offline   Reply With Quote
Old 07-24-2007, 02:46 PM   #7
alt236
Lost in the wires.
 
alt236's Avatar
 
Join Date: Mar 2006
Posts: 808 alt236 is on a distinguished road
I know... If I can get the ssh thing to work properly, I'll probably relsease it as a library so that it would be easy to add tunneling support to current network programs.

It's a bit tricky though... too many dependencies that need to be rewritten for palm.

@_Em
have you seen micro-VNC? I don't know if it of any use to you but it allows VNC over an ssh tunnel. Unfortunately its not open source.
alt236 is offline   Reply With Quote
Old 07-24-2007, 04:01 PM   #8
_Em
Beta Tester
 
_Em's Avatar
 
Join Date: Nov 2005
Location: Igloo
Posts: 2,377 _Em is on a distinguished road
Send a message via ICQ to _Em Send a message via AIM to _Em Send a message via MSN to _Em Send a message via Yahoo to _Em
Yes, I've fiddled with it; I'm looking for something that'll tunnel to a SOCKS5 proxy actually

That way, I can encrypt all my WiFi traffic to my home computer, and browse from there. Also useful inside the enterprise environment.

uVNC is great, but it doesn't handle my screen resolutions correctly and the UI is horrible. It'd be great to build it into Palm VNC though.

The other SSH solution I've seen is PSSH. I use it from time to time, but typing's a pain. However, it's open source, so you might want to take a look. They just don't implement tunnelling.
__________________
My Palm family:
Palm T|X ~ Palm T|E ~ m130 ~ m125 ~ POSE
_Em is offline   Reply With Quote
Old 07-24-2007, 04:50 PM   #9
alt236
Lost in the wires.
 
alt236's Avatar
 
Join Date: Mar 2006
Posts: 808 alt236 is on a distinguished road
uVNC is generally faster than PalmVNC but I know what you mean about the resolution. Does your vnc server support ServerSideScaling? It might help.

Now SOCKS5 compatibility is something I've never seen being mentioned on a palm. Would be interesting to get it working though...

Pssh is great. I use to connect to my lab computer and midify my experiments while away from uni. It also has part of the code im using.
The other part is putty. I'm trying to port the tunneling bits and (of course the sftp part) over but palm's memory management system gets in the way .
alt236 is offline   Reply With Quote
Old 07-27-2007, 07:39 PM   #10
Tam Hanna
Registered User
 
Tam Hanna's Avatar
 
Join Date: Dec 2004
Posts: 1,853 Tam Hanna is on a distinguished road
Hi,
in what extent does it get in the way?

If you need rewrite stubs for some of the c library memory routines, I have those for you! Needed them myself for an Oreilly book!
__________________
http://www.palmfilefind.com - find files on your memory card

Visit my blog at http://tamspalm.tamoggemon.com to learn more about the PalmOS platform!
TamsPPC-the PocketPC Blog
TamsS60
Tam Hanna is offline   Reply With Quote
Old 07-27-2007, 07:50 PM   #11
alt236
Lost in the wires.
 
alt236's Avatar
 
Join Date: Mar 2006
Posts: 808 alt236 is on a distinguished road
Yes! That's whats missing.
Any chance I can have a copy?
alt236 is offline   Reply With Quote
Old 07-28-2007, 12:04 PM   #12
Tam Hanna
Registered User
 
Tam Hanna's Avatar
 
Join Date: Dec 2004
Posts: 1,853 Tam Hanna is on a distinguished road
Hi,
here goes AFAIK:
http://tamspalm.tamoggemon.com/2006...ee-for-palm-os/

Anyways, IMHO, DONT get down to rewriting the actual code. Just make wrapper functions that "wrap" the std library calls down to Palm OS API.

Also, I have heard that GCC ships with a stdlib for Palm OS somehow...but please dont take my word on this!
__________________
http://www.palmfilefind.com - find files on your memory card

Visit my blog at http://tamspalm.tamoggemon.com to learn more about the PalmOS platform!
TamsPPC-the PocketPC Blog
TamsS60
Tam Hanna is offline   Reply With Quote
Old 07-28-2007, 12:15 PM   #13
alt236
Lost in the wires.
 
alt236's Avatar
 
Join Date: Mar 2006
Posts: 808 alt236 is on a distinguished road
I won't get into rewritting, its simply too much work.
But writting a good framework implementing the wrapping functions takes a bit of time.

Hmm... Yes, I remember reading something about the stdio but it would only work on terminal sceens (like the Log viewer in the Network preferences).

Many thanks!
alt236 is offline   Reply With Quote
Old 07-28-2007, 12:22 PM   #14
alt236
Lost in the wires.
 
alt236's Avatar
 
Join Date: Mar 2006
Posts: 808 alt236 is on a distinguished road
On a similar note, anyone thinks that it might be a good idea to collect all the personal wrapping/making life simpler/bypassing palm problems code that is floating aroung in one place?
It will life easier for most people since they wont have to reinvent the wheel everytime.
alt236 is offline   Reply With Quote
Old 08-07-2007, 06:15 AM   #15
Tam Hanna
Registered User
 
Tam Hanna's Avatar
 
Join Date: Dec 2004
Posts: 1,853 Tam Hanna is on a distinguished road
Hi,
DEFINITELY!

TamsPalm is ready and waiting!
__________________
http://www.palmfilefind.com - find files on your memory card

Visit my blog at http://tamspalm.tamoggemon.com to learn more about the PalmOS platform!
TamsPPC-the PocketPC Blog
TamsS60
Tam Hanna is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I removed "THe Go!Go!" and now my TH performs better. strider_mt2k Clie TH-series 60 04-02-2006 09:13 PM
1SRC Podcast ThirtyTwo Jeff Kirvin Podcast 118 07-20-2005 07:49 AM
Great PalmOS6 Cobalt Article kennyd General 29 04-07-2005 10:06 AM
ScummVM ARM test version tovarish Applications 0 03-04-2004 06:48 AM
ARM emulated in PalmOS 5.xx? dduran@linux Developers 9 12-29-2003 05:31 PM


All times are GMT -5. The time now is 07:27 AM.

  AD HOSTS ?
  GOOGLE ADS ?
  AMAZON ADS ?

Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
©2001 Entity City, LLC. All rights reserved.