1. Rasberry Pi 4b eu.cfg file

I have a rasberry Pi B4. I think I have eu.cfg file value assignments right except for:
-d E64 ??
-arch ARMv6-hardfloat ??

[all] 
-d E64 
-eudir /home/pi/euphoria-4.1.0-ARMv6-hardfloat 
-i /home/pi/euphoria-4.1.0-ARMv6-hardfloat/include 
[translate] 
-arch ix86_64 
-gcc 
-con  
-com /home/pi/euphoria-4.1.0-ARMv6-hardfloat 
-lib-pic /home/pi/euphoria-4.1.0-ARMv6-hardfloat/bin/euso.a 
-lib /home/pi/euphoria-4.1.0-ARMv6-hardfloat/bin/eu.a 
[bind] 
-eub /home/pi/euphoria-4.1.0-ARMv6-hardfloat/bin/eub 
 

Any examples of a working eu.cfg file for the Raspberry Pi will be appreciated...

Thanks, Ken

new topic     » topic index » view message » categorize

2. Re: Rasberry Pi 4b eu.cfg file

Senator said...

I have a rasberry Pi B4. I think I have eu.cfg file value assignments right except for:
-d E64 ??
-arch ARMv6-hardfloat ??

I don't think you need -d E64. You can remove -arch as well. Euphoria already aware of which architecture it is; that option is really for targeting other architectures. This should work for you:

[all] 
-eudir /home/pi/euphoria-4.1.0-ARMv6-hardfloat 
-i /home/pi/euphoria-4.1.0-ARMv6-hardfloat/include 
[translate] 
-gcc 
-con  
-com /home/pi/euphoria-4.1.0-ARMv6-hardfloat 
-lib-pic /home/pi/euphoria-4.1.0-ARMv6-hardfloat/bin/euso.a 
-lib /home/pi/euphoria-4.1.0-ARMv6-hardfloat/bin/eu.a 
[bind] 
-eub /home/pi/euphoria-4.1.0-ARMv6-hardfloat/bin/eub 

-Greg

new topic     » goto parent     » topic index » view message » categorize

3. Re: Rasberry Pi 4b eu.cfg file

Thanks, Greg! smile

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu