Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Options
»
[solved] Where is the "-RIntel" option saved in the project? How to remove it ?
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Lazarus Main not building...
by
dbannon
[
Today
at 05:03:33 am]
Putting a new file on a w...
by
jamie
[
Today
at 02:26:32 am]
Setting the CURSOR for th...
by
jamie
[
Today
at 02:16:55 am]
Windows 2026_7 update and...
by
jamie
[
Today
at 01:45:40 am]
Stopped compiling witout ...
by
jamie
[
Today
at 12:28:38 am]
TPeriodicTable
by
wp
[
Today
at 12:19:25 am]
authentiacte through goog...
by
Packs
[July 17, 2026, 08:52:36 pm]
FPC Unleashed (async/awai...
by
Fibonacci
[July 17, 2026, 08:26:50 pm]
I have made some progress...
by
onionmixer
[July 17, 2026, 08:08:34 pm]
Slow app start on M5 MacB...
by
Martin_fr
[July 17, 2026, 07:54:04 pm]
How to connect to MariaDb...
by
jcmontherock
[July 17, 2026, 06:23:38 pm]
This week in OPM!
by
Tomxe
[July 17, 2026, 05:47:11 pm]
Accessing VRAM memory wit...
by
LemonParty
[July 17, 2026, 04:45:30 pm]
KOL4 Beta available.
by
Thaddy
[July 17, 2026, 04:45:13 pm]
docking IDE
by
Martin_fr
[July 17, 2026, 02:13:28 pm]
Engineering Software from...
by
jamie
[July 17, 2026, 12:51:57 pm]
GTK3 is now the default w...
by
bonmario
[July 17, 2026, 12:50:59 pm]
FastCGI vs. CGI
by
korba812
[July 17, 2026, 12:48:06 pm]
[SOLVED] BitBtn Oddity
by
Petrus Vorster
[July 17, 2026, 09:05:55 am]
Difference between @ and ...
by
paule32
[July 17, 2026, 08:18:43 am]
Lazarus Bugfix Release 4....
by
papillon33
[July 17, 2026, 08:15:45 am]
Many recent books on Laza...
by
Khrys
[July 17, 2026, 06:35:48 am]
Isn’t this funny?
by
n7800
[July 16, 2026, 11:57:09 pm]
Error when opening a proj...
by
Tomu
[July 16, 2026, 09:11:54 pm]
Is this safe, changing fr...
by
mas steindorff
[July 16, 2026, 08:46:31 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [solved] Where is the "-RIntel" option saved in the project? How to remove it ? (Read 2985 times)
pik33
Jr. Member
Posts: 78
[solved] Where is the "-RIntel" option saved in the project? How to remove it ?
«
on:
April 30, 2016, 05:55:10 pm »
I want to compile the PC project on Raspberry Pi. The PC project has set Intel assembler syntax. The project (now assembler free) doesn't compile on raspberry pi because of "-RIntel" in the fpc command line. The workaround is of course open the project on the PC and set AT&T assembler. I thought it should be possible to simply delete this option somewhere in configuration file but I cannot found where it is kept in the project.
Feature request: ignore foreign asm syntax configuration instead of fatal error signaling... This error doesn't allow me to write one project for both machines using {ifdef} and intel asm syntax in x86 version
«
Last Edit: April 30, 2016, 07:44:25 pm by pik33
»
Logged
pik33
Jr. Member
Posts: 78
Re: Where is the "-RIntel" option saved in the project? How to remove it ?
«
Reply #1 on:
April 30, 2016, 07:43:55 pm »
Found.
These lines in .lpi
<Parsing>
<Style Value="1"/>
</Parsing>
Logged
guest58172
Guest
Re: [solved] Where is the "-RIntel" option saved in the project? How to remove it ?
«
Reply #2 on:
May 01, 2016, 02:07:26 am »
There are other ways to do this, directly in the source
- in a source or in an inc file: {$AsmMode Intel}
- Menu project, Project options, Parsing, Assembler style
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Options
»
[solved] Where is the "-RIntel" option saved in the project? How to remove it ?
TinyPortal
© 2005-2018