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
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Why isn't Lazarus / Free ...
by
Joanna from IRC
[
Today
at 12:38:52 am]
Practical Ways to Help La...
by
Joanna from IRC
[
Today
at 12:34:57 am]
FPC 3.2.2 + NASM Windows ...
by
munair
[May 13, 2025, 11:49:04 pm]
Include Informative Line ...
by
munair
[May 13, 2025, 11:36:15 pm]
BGRAGtkBitmap
by
Fred vS
[May 13, 2025, 10:44:48 pm]
Help Wanted
by
HotShoe
[May 13, 2025, 10:21:47 pm]
Simple Sine Table Generat...
by
Gigatron
[May 13, 2025, 09:11:57 pm]
Some links from Lazarus H...
by
PascalDragon
[May 13, 2025, 09:08:50 pm]
3D Dot Ball
by
Gigatron
[May 13, 2025, 09:06:56 pm]
How to use MySQL by PHP ?
by
Packs
[May 13, 2025, 09:06:12 pm]
Pdf file size is huge wit...
by
PascalDragon
[May 13, 2025, 09:00:02 pm]
problem gdb13.1 with laza...
by
Fred vS
[May 13, 2025, 08:52:49 pm]
how to update from Lazaro...
by
wp
[May 13, 2025, 08:03:19 pm]
libmicrohttpd simple exam...
by
nomorelogic
[May 13, 2025, 07:59:38 pm]
Binary Matrix Effect
by
Gigatron
[May 13, 2025, 07:35:53 pm]
Codetools bug
by
440bx
[May 13, 2025, 06:58:36 pm]
Problems with Word
by
w click
[May 13, 2025, 05:00:50 pm]
Break program and debug
by
MarkMLl
[May 13, 2025, 04:37:48 pm]
[SOLVED] .Text property o...
by
CM630
[May 13, 2025, 03:38:09 pm]
LAMW build errorr: cannot...
by
mirce.vladimirov
[May 13, 2025, 02:25:06 pm]
Lazarus Release 4.0
by
Jonax
[May 13, 2025, 02:09:18 pm]
TBCFluentProgressRing bug
by
hedgehog
[May 13, 2025, 01:59:51 pm]
[SOLVED] How to "Jump To"...
by
Markus
[May 13, 2025, 01:58:55 pm]
Can copy area ?
by
wp
[May 13, 2025, 01:06:25 pm]
How to save DPI jpeg
by
circular
[May 13, 2025, 10:01:22 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [solved] Where is the "-RIntel" option saved in the project? How to remove it ? (Read 2767 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