Recent

Author Topic: add new targets to make  (Read 4839 times)

Key-Real

  • Sr. Member
  • ****
  • Posts: 372
Re: add new targets to make
« Reply #30 on: April 23, 2024, 09:38:23 am »
I added the new Target to fpcmmain.pp,
hope I did this right, at least the compiler compiles :)
what about fpcmake.ini?

still wanna compile the rtl...

nickysn

  • New Member
  • *
  • Posts: 27
Re: add new targets to make
« Reply #31 on: April 23, 2024, 05:50:18 pm »
Did you add your target to the [target] section of rtl/Makefile.fpc? Did you regenerate the Makefile after that?

Key-Real

  • Sr. Member
  • ****
  • Posts: 372
Re: add new targets to make
« Reply #32 on: April 23, 2024, 06:04:22 pm »
still the same

Code: Pascal  [Select][+][-]
  1. $ make rtl CPU_TARGET=mipsel OS_TARGET=ps1 FPC=/run/media/key-real/E3AF-F107/code/source/compiler/ppcrossmipsel
  2. make -C rtl all
  3. make[1]: Entering directory '/run/media/key-real/E3AF-F107/code/source/rtl'
  4. make[1]: Nothing to be done for 'all'.
  5. make[1]: Leaving directory '/run/media/key-real/E3AF-F107/code/source/rtl'
  6.  


see attachment

Key-Real

  • Sr. Member
  • ****
  • Posts: 372
Re: add new targets to make
« Reply #33 on: April 23, 2024, 06:44:32 pm »
UPS! I had a typo.

now it works, the next step is to create a Makefle.fpc in the ps1 dir

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11944
  • FPC developer.
Re: add new targets to make
« Reply #34 on: April 23, 2024, 08:38:42 pm »
Glad to see you are making progress!

 

TinyPortal © 2005-2018