Error compiling powerpc-eabivle-gcc

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error compiling powerpc-eabivle-gcc

1,389 Views
jfrey
Contributor IV

Compiling using the included instructions fails here:

Building eabi newlib
 401 config ...Ok
 402 build ...Ok
 403 install ...Ok
 404 install html ...Ok
 405 install pdf ...Error
Labels (1)
Tags (3)
0 Kudos
Reply
3 Replies

906 Views
alexanderfedoto
NXP Employee
NXP Employee

Hello Jed

You can check log file in opt/freescale/ELe200/logs/install.405 for errors. Usually it happens when "texlive" pkg is not installed.

0 Kudos
Reply

906 Views
jfrey
Contributor IV

I have it installed. 

  1. Is there a way to cache and not wipe out intermediate steps? Every ./build restarts from extracting the base files. It makes debugging time consuming.
  2. I realise it's building docs, but does a compiler really need texlive to compile?
  3. Internally how much time has been spent trying to maintain this eclectic collection of versions software and 4674 line build script? Wouldn't it have been easier to just write an llvm backend? Then you could even keep the source to yourself. (BSD vs GPL).

I'm fairly apt at debugging and getting things compiled and running but this is a spaghetti heap of scripts and dependencies. 

0 Kudos
Reply

906 Views
alexanderfedoto
NXP Employee
NXP Employee

1. You can adjust dLSTSTEPS section in e200 build job descriptor. See in f-job/ELe200

Or you can set explicitly run

./build.sh s=F494 -s Ebin ELe200

where Ebin is desired step.

2 & 3. The build script has the same goal as ABE in Linaro environment.

0 Kudos
Reply