Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
47 user(s) are online (3 user(s) are browsing News)

Members: 0
Guests: 47

more...

Support us!

Headlines


Recent Replied Topics
Topic Replies Last Post  
Amiga Emulation UAE BSDSocket support [1][2] 35 (2101) Lio Today 21:38
AmigaOS4 Browservice on X1000 and Sam460LE with Odyssey 1.23 [1][2][3][4] 63 (2153) K-L Today 21:37
Amiga Emulation QEMU GPU vfio-pci pass through [1][2] ... [10][11][12][13] 259 (21841) white Today 17:05
AmigaOS4 RadeonHD V.5 driver [1][2] ... [14][15][16][17] 337 (77047) skygecko Today 16:54
Qt AmiQute Challenge 2025 16 (1130) afxgroup Today 16:00
AmigaOS4 My experience jumping from SAM460LE to X5040. [1][2] 20 (952) BillE Today 9:38
AmigaOS4 infinite icons theme pack [1][2] ... [9][10][11][12] 220 (23218) DigitalDesigns Today 4:56
AmigaOS4 The Settlers II Gold Edition Comes to Amiga – October 18, 2025 [1][2] 35 (1793) Antique Yesterday 21:44
Amiga General Forum Introducing the Rear Window blog [1][2] ... [12][13][14][15] 290 (81263) trixie Yesterday 15:53
AmigaOS4 wget 1.25.0 for os4 [1][2] 24 (1993) LiveForIt Yesterday 10:30
AmigaOS4 Doom64EX for AmigaOs4.1 [1][2] 25 (2549) Mr_byte Yesterday 10:09
AmigaOS4 SDK addon package 13 (977) redfox 8/21 17:21
AmigaOS4 Kyvos was updated [1][2][3][4] 77 (3881) AMIGASYSTEM 8/21 10:53
AmigaOS4 Problems with X5000/040 and 2 graphic cards. [ SOLVED ] 16 (799) kikems 8/20 11:48
AmigaOS4 LiteXL v2.1.0 is released [1][2][3][4] 74 (15514) walkero 8/19 14:02
[ Free for all]  [ Too Hot To Handle]  [ Classifieds]       [View all Topics]  [View all Forums]  [Forum Settings]
Software News : Portabl E r6 release finished
Posted by ChrisH on 2022/11/8 18:30:00 (963 reads) News by the same author
Software News

Portabl E is my recreation of the AmigaE programming language, along with most of the improvements I have wanted. Portabl E works on AmigaOS4, AROS, MorphOS, as well as even Linux & Windows! (It should also work on AmigaOS3, but compiling needs a powerful machine like WinUAE.)

Resized Image

This is the finished r6 release, with the "beta" tag removed, although it hasn't really been beta since the last couple of release.

See the main manual for what has changed since r5. The biggest changes since the last r6 beta release include:
* Added basic Linux support (64bit x86 only), to the same level as Windows, i.e. Shell-only, with no graphics or internet access. This was a major effort, partly due to all the differences (64-bit pointers, case-sensitive filing system, mount-points anywhere, etc), and partly due to all the C headers that needed to be converted.
* Linux: PEGCC now supports cross-compilation using the TargetOS parameter, as long as an appropriate GCC cross-compiler is installed.
* Windows/Linux: In 'std/cPath', added a per-user Assignments.txt file, but removed the per-program-start-folder Assignments.txt file.

* Programs will now compile using the latest SDK of AmigaOS4, AROS and MorphOS.
* All OS procedures that can support unlimited parameters now do so, including the Amiga's SystemTags().
* AmigaOS3: No-longer needs a modified "intuition/classusr.h" file.
* Added the 'std/pUnsigned' module, to provide basic support for unsigned number types, and the example program "Examples/std/Shell/crc32.e". Useful for porting certain C algorithms.
* Added the procedures InStrNoCase(), BigMax(), BigMin(), BigFastMod(), IsBigEndian() & IsLittleEndian().
* In 'std/pTime', improved CurrentTime() to take a timezone parameter.

* Fixed FastNew() (and so NEW) which would trash memory, instead of raising the "MEM" exception, if it failed to allocate memory. Thanks to Dimitris Panokostas for reporting symptoms of this long-standing bug, especially as I don't see out-of-memory errors on the OSes I normally use.
* Amiga: The installer would fail at "Copying executables..." if the user-specified path for executables did not contain any (sub) folders, such as "C:" (which sadly was the default). Many thanks to "Zendarion" for the bug report.
* Windows: In 'std/pTime', CurrentTime() now returns the correct time when DST is in effect.

* I've renamed the language from "PortablE" to "Portabl E" with a space, in the hope of making it more easily searchable on the internet (as well as clarifying how to pronounce it). But the "PortablE" command name itself is unchanged.

You can download it from here:
OS4Depot
The new release is not YET available from Aminet, but should be 'soon' I hope:
Aminet

Portabl E comes with documentation, but you can always find the latest version & on-line documentation from it's homepage:
cshandley.co.uk/portable

Printer friendly page Send this story to a friend
The comments are owned by the author. We aren't responsible for their content.
Author Thread
ChrisH
Published: 2022/11/8 22:18  Updated: 2022/11/8 22:18
Home away from home
Joined: 05/19/2007
From: England
Comments: 3582
 Clarification
I should have made it clearer in the news item, but on Linux the PEGCC command can be used to cross-compile for all the Amiga targets (OS4, OS3, MOS, AROS) as well as for Windows.
Kamelito
Published: 2022/11/9 17:45  Updated: 2022/11/9 17:45
Just popping in
Joined: 10/17/2012
From:
Comments: 136
 Comment
Glad to see that you’re still around and continuing the development of Portabl E.
ChrisH
Published: 2022/11/10 11:53  Updated: 2022/11/10 11:53
Home away from home
Joined: 05/19/2007
From: England
Comments: 3582
 Re: Portabl E r6 release finished
The new release is now on Aminet as well:
https://aminet.net/package/dev/e/PortablE
khayoz
Published: 2022/11/13 9:00  Updated: 2022/11/13 9:00
Not too shy to talk
Joined: 01/10/2007
From: Stockholm Sweden
Comments: 468
 Re: Portabl E r6 release finished
@ChrisH Thank you for the update!
ChrisH
Published: 2022/11/14 17:51  Updated: 2022/11/14 17:51
Home away from home
Joined: 05/19/2007
From: England
Comments: 3582
 Re: Portabl E r6 release finished
I've released an update (r6a) which fixes a few bugs:
* AmigaOS4: Fixed the 'std/cGui' module failing to compile (MUIA_Dtpic_Name not declared), due to the SDK not using MUI4+ by default.
* Linux: Fixed 32-bit hex values > $7FFFFFFF not being interpreted as negative by the type checker.
* AROS: Fixed Install_AROS not offering to install the extra C header files (although they're not really needed).
khayoz
Published: 2022/11/15 20:44  Updated: 2022/11/15 20:44
Not too shy to talk
Joined: 01/10/2007
From: Stockholm Sweden
Comments: 468
 Re: Portabl E r6 release finished
@ChrisH Thank you for the quick bugfix update.
ChrisH
Published: 2022/11/25 13:15  Updated: 2022/11/25 13:19
Home away from home
Joined: 05/19/2007
From: England
Comments: 3582
 Re: Portabl E r6 release finished
I've released a second update (r6b) which fixes two serious problems:
* Amiga: Fixed the installer still failing at "Copying executables..." in some cases. Many thanks to Benedetto Lorello for reporting the bug & assisting with testing (as it didn't happen for me).
* AmigaOS4: Worked-around a bug in the latest OS4 SDK (54.16), which has problems compiling C++ code, unless you use GCC v6.4.0 . Many thanks to Benedetto Lorello for reporting the problem.
General
Site sponsors
 
Contact us on discord to advertise here.

Site statistics
Registered members
  1757
Logged in last:
  24 hours, 62
  7 days, 119
  30 days, 172

Random Photo
Outsider

New Articles List

New Members
_Pete_
_Pete_ 08/22/2025
ami-elvis
ami-elvis 08/12/2025
mschulz
mschulz 08/09/2025
ddacunha
ddacunha 07/19/2025
digitally
digitally 07/13/2025
Bifford
Bifford 07/01/2025
MarisaG1967
MarisaG1967 06/28/2025
rubach
rubach 06/25/2025
Shinji344
Shinji344 06/14/2025
emulajavi
emulajavi 06/06/2025


Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project