Welcome, Guest. Please login or register.

Author Topic: We need an iBrowse replacement for 68k!!!  (Read 75404 times)

Description:

0 Members and 3 Guests are viewing this topic.

Offline apj

Re: We need an iBrowse replacement for 68k!!!
« Reply #89 on: February 01, 2013, 05:01:07 PM »
add

#elif defined(nsamigaos3)
#include "amigaos3/options.h"

to desktop/options.h

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #90 on: February 01, 2013, 06:35:52 PM »
another trouble with toolchain:
Code: [Select]
$ make -C m68k-unknown-amigaos
make: Entering directory `/home/tokarski/netsurf/workspace/toolchains/m68k-unkno
wn-amigaos'
svn co https://adtools.svn.sourceforge.net/svnroot/adtools/tags/before-merge-wit
h-binutils-2.18/binutils /home/tokarski/netsurf/workspace/toolchains/m68k-unknow
n-amigaos/sources/binutils-2.14
svn: E000002: Unable to connect to a repository at URL 'https://adtools.svn.sour
ceforge.net/svnroot/adtools/tags/before-merge-with-binutils-2.18/binutils'
svn: E000002: Could not open the requested SVN filesystem
Makefile:168: recipe for target `/home/tokarski/netsurf/workspace/toolchains/m68
k-unknown-amigaos/sources/binutils-2.14' failed
make: *** [/home/tokarski/netsurf/workspace/toolchains/m68k-unknown-amigaos/sour
ces/binutils-2.14] Error 1
make: Leaving directory `/home/tokarski/netsurf/workspace/toolchains/m68k-unknow
n-amigaos'
seems that repository isnt up to date? mmm.. or rather there is something wrong with secure access, installed all i could for svn and subversion, no luck.


also started to prepare the environment on the main system. funny enough it gives me trouble even where i got past on notebook. i ve no clue:
Code: [Select]
bash-4.1$ make -C m68k-unknown-amigaos
make: Entering directory `C:/CrossCompiler/AmiDevCpp/home/wawa/netsurf/workspace
/toolchains/m68k-unknown-amigaos'
tar xjf C:/CrossCompiler/AmiDevCpp/home/wawa/netsurf/workspace/toolchains/m68k-u
nknown-amigaos/sources/gcc-4.5.1.tar.bz2
tar (child): Cannot connect to C: resolve failed

bzip2: Compressed file ends unexpectedly;
        perhaps it is corrupted?  *Possible* reason follows.
bzip2: No error
        Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

tar: Child returned status 128
tar: Error is not recoverable: exiting now
make: *** [C:/CrossCompiler/AmiDevCpp/home/wawa/netsurf/workspace/toolchains/m68
k-unknown-amigaos/builddir/build-steps/srcdir-step1.d] Error 2
make: Leaving directory `C:/CrossCompiler/AmiDevCpp/home/wawa/netsurf/workspace/
toolchains/m68k-unknown-amigaos'
bash-4.1$
the archive gcc-4.5.1.tar.bz2 is present in the sources dir and seems intact.
« Last Edit: February 01, 2013, 08:32:42 PM by wawrzon »
 

Offline NovaCoder

Re: We need an iBrowse replacement for 68k!!!
« Reply #91 on: February 01, 2013, 08:24:40 PM »
Quote from: apj;724927
add

#elif defined(nsamigaos3)
#include "amigaos3/options.h"

to desktop/options.h


Thanks, I'll give that a go
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline apj

Re: We need an iBrowse replacement for 68k!!!
« Reply #92 on: February 01, 2013, 09:09:40 PM »
tar cannot access  "C:/CrossCompiler.../gcc-4.5.1.tar.bz2" windows path

in makefile change  $(CURDIR) to unix path
/cygdrive/c/CrossCompiler/AmiDevCpp/home/wawa/netsurf/workspace/toolchains/m68k-u
nknown-amigaos

about binutils

try this
UPSTREAM_BINUTILS_URI := http://sourceforge.net/p/adtools/code/480/tree/branches/binutils/2.19.1/

Offline magnetic

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2531
    • Show only replies by magnetic
Re: We need an iBrowse replacement for 68k!!!
« Reply #93 on: February 01, 2013, 11:59:05 PM »
Nice working together guys, this is the amiga spirit!

gogogogogog
bPlan Pegasos2 G4@1ghz
Quad Boot:Reg. MorphOS | OS4.1 U4 |Ubuntu GNU-Linux | MacOS X

Amiga 2000 Rom Switcher w/ 3.1 + 1.3 | HardFrame SCSI | CBM Ram board| A Squared LIVE! 2000 | Vlab Motion | Firecracker 24 gfx

Commodore CDTV: 68010 | ECS | 9mb Ram | SCSI -TV | 3.9 Rom | Developer EPROMs
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #94 on: February 02, 2013, 01:13:03 AM »
only, who has actually guts for this stands away. thats the amiga spirit that i know and value, you know..
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #95 on: February 02, 2013, 04:05:06 AM »
how ever i edit that damn makefile i dont get anything out of that damn binutils repository. it sucks!
 

Offline NovaCoder

Re: We need an iBrowse replacement for 68k!!!
« Reply #96 on: February 02, 2013, 04:57:15 AM »
Welcome to the joys of coding ;)
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #97 on: February 02, 2013, 12:20:08 PM »
btw is there any particular reason to use this particular version of bin utils (2.14 or 2.19.1) or this particular repository? not that i was successful to get it from http://ftp.gnu.org/gnu/binutils/, but http://sourceforge.net/p/adtools/code/480/tree/branches/binutils/2.19.1/ seems to be os4 related. i wonder if this version is at all appropriate for crosscompiling, it might be somehow hacked or stripped to build on os4.

@novacoder: who talks of coding, im not able to compile the damn thing.
 

Offline apj

Re: We need an iBrowse replacement for 68k!!!
« Reply #98 on: February 02, 2013, 01:28:35 PM »
Quote from: wawrzon;725002
how ever i edit that damn makefile i dont get anything out of that damn binutils repository.


in main makefile in m68k-unknown-amigaos folder

Quote
it sucks!


no pain, no gain!

Quote
btw is there any particular reason to use this particular version of bin utils (2.14 or 2.19.1) or this particular repository?


you should ask jmb on ns-dev-list about that

Quote
i wonder if this version is at all appropriate for crosscompiling


i have crosscompilled it

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #99 on: February 02, 2013, 02:07:03 PM »
Quote

in main makefile in m68k-unknown-amigaos folder


sure, the particular section currently reads as follows:

UPSTREAM_BINUTILS_VERSION := 2.19.1
# Not a tarball; so sue me
UPSTREAM_BINUTILS_TARBALL := binutils-$(UPSTREAM_BINUTILS_VERSION)
UPSTREAM_BINUTILS_URI := http://sourceforge.net/p/adtools/code/480/tree/branches/binutils/2.19.1/binutils

but ive tried helluva variations that either give me mismatched tag (which is better i think) or just unable to connect to repo.

im not a member of the list and not sure if i should join. perhaps chris can shed light on this or you could ask on an ocassion.

btw, i am starting to build aros68k environment in parallel, in order to check on odyssey.
 

Offline apj

Re: We need an iBrowse replacement for 68k!!!
« Reply #100 on: February 02, 2013, 02:23:39 PM »
Quote from: wawrzon;725022

but ive tried helluva variations that either give me mismatched tag (which is better i think) or just unable to connect to repo.


this works:
http://svn.code.sf.net/p/adtools/code/trunk/binutils/

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #101 on: February 02, 2013, 02:50:13 PM »
mmm. one step further, but now:

Code: [Select]

$ make -C m68k-unknown-amigaos
make: Entering directory `C:/CrossCompiler/AmiDevCpp/home/tokarski/netsurf/works
pace/toolchains/m68k-unknown-amigaos'
svn co http://svn.code.sf.net/p/adtools/code/trunk/binutils/ C:/CrossCompiler/Am
iDevCpp/home/tokarski/netsurf/workspace/toolchains/m68k-unknown-amigaos/sources/
binutils-2.19.1
svn: E000017: Can't create directory '/home/tokarski/netsurf/workspace/toolchain
s/m68k-unknown-amigaos/C:/CrossCompiler/AmiDevCpp/home/tokarski/netsurf/workspac
e/toolchains/m68k-unknown-amigaos/sources/binutils-2.19.1/.svn': File exists
make: *** [C:/CrossCompiler/AmiDevCpp/home/tokarski/netsurf/workspace/toolchains
/m68k-unknown-amigaos/sources/binutils-2.19.1] Error 1
make: Leaving directory `C:/CrossCompiler/AmiDevCpp/home/tokarski/netsurf/worksp
ace/toolchains/m68k-unknown-amigaos'

and it seriously creates such a dir tree. there must be something seriously wrong with path settings on both my cygwin instals. do you know where is it all set?
 

Offline chris

Re: We need an iBrowse replacement for 68k!!!
« Reply #102 on: February 02, 2013, 04:39:09 PM »
Quote from: wawrzon;725028
and it seriously creates such a dir tree. there must be something seriously wrong with path settings on both my cygwin instals. do you know where is it all set?


I think you have a dodgy version of 'make'.  Have you installed a separate version of Cygwin?  As Novacoder says, the AmiDevCPP version is not really suitable for anything other than AmiDevCPP.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline wawrzon

Re: We need an iBrowse replacement for 68k!!!
« Reply #103 on: February 02, 2013, 04:58:45 PM »
no i use amidevcpp, there was always similar issues in the past, long ago i admit. but ive blamed it on me. sure i can just install pure cygwin. the question is, isnt it better/safer to switch to anything else anyway? jason (aros68k) has once proposed me ubuntu under virtual machine, but i dont want all that bloat that comes with it, only the neccessary dev stuff.
 

Offline chris

Re: We need an iBrowse replacement for 68k!!!
« Reply #104 from previous page: February 02, 2013, 07:39:29 PM »
Quote from: wawrzon;725041
no i use amidevcpp, there was always similar issues in the past, long ago i admit. but ive blamed it on me. sure i can just install pure cygwin. the question is, isnt it better/safer to switch to anything else anyway? jason (aros68k) has once proposed me ubuntu under virtual machine, but i dont want all that bloat that comes with it, only the neccessary dev stuff.


I cross-compile the OS4 version under Cygwin all the time, and it's fine.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz