where to get libraries? (cross-compiling from Linux)

claude · 1448

claude

  • Newbie
  • *
    • Posts: 10
    • Karma: +20/-0
    • mathr.co.uk
I got the PortablE Windows version, running it in WINE on Debian Linux x86_64.  I installed the i686 GCC cross-compiler packages from Debian.  I installed the pc-i386-sdk package from http://www.aros.org/nightly.php . But I am missing some files still:
Code: [Select]
PATH="/home/claude/opt/amiga/aros-sdk/bin:$PATH" /home/claude/opt/amiga/aros-sdk/bin/i386-aros-gcc main.cpp -fpermissivefails with many lines of
Code: [Select]
/usr/bin/ld: cannot find -laroswhere aros includes all of:
Code: [Select]
aros asl autoinit codesets commodities cybergraphics datatypes diskfont dos exec expansion gadtools graphics icon iffparse intuition keymap layers locale muimaster oop partition posixc stdc stdcio utility workbenchSo the SDK seems to be incomplete?  What should I do to cross compile from Linux x86_64 to AROS i386 ?



wawa

  • Senior Member
  • ****
    • Posts: 265
    • Karma: +55/-0
Reply #1 on: May 20, 2019, 03:50:23 PM
im not sure what target you are reffering to, probably x86 abi a0, so in case you are not using a distribution or you distribution doesnt contain it (im not familiar with them) you will probably have to get your link libs from developer/lib folder of linux-i386-system tobe found on http://aros.sourceforge.net/nightly.php



claude

  • Newbie
  • *
    • Posts: 10
    • Karma: +20/-0
    • mathr.co.uk
Reply #2 on: May 21, 2019, 07:58:31 AM
thanks!



salvatore

  • Guest
Reply #3 on: May 26, 2019, 02:45:05 PM
hi

I don't know if I understood well anyway there is this script that installs the necessary for the cross environment, it is advisable to use ubuntu 14 lts

http://archives.aros-exec.org/index.php?function=showfile&file=development/cross/scripts.zip