Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,086
    • Issues 2,086
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 has launched! Please visit Breaking changes in 15.0 and 15.0 Removals to see which breaking changes may impact your workflow.

  • FPC
  • Lazarus
  • LazarusLazarus
  • Issues
  • #34283
Closed
Open
Created Sep 15, 2018 by FPC Admin account@fpc_adminOwner

ExecuteCommand is missing in compoptsintf.pas

Original Reporter info from Mantis: m_burkhard@gmx.ch
  • Reporter name:

Description:

Since ExecuteBeforCommand and ExecuteBeforCommand is missing in the unit /lazarus/components/ideintf/ompoptsintf.pas, I have modified this unit, as well as the unit /lazarus/ide/compileroptions.pp

Steps to reproduce:

Since I develop an AVR package for the Lazarus IDE, especially ExecuteAfterCommand is needed, because there the call "avrdude" must.
It looks like this:

 AProject.LazCompilerOptions.ExecuteAfterCommand := ProjectOptions.AvrdudeCommand.Path + ' -v ' +
    '-patmega328p ' +
    '-c' + ProjectOptions.AvrdudeCommand.Programmer + ' ' +
    ' -P/dev/ttyUSB0 -b57600 -D -Uflash:w:Project1.hex:i';  

Additional information:

It would be great who the Lazarus team could incorporate. ;)

Mantis conversion info:

  • Mantis ID: 34283
  • OS: All
  • OS Build: All
  • Build: 1.9.0 r58935M
  • Platform: All
  • Version: 1.9 (SVN)
  • Fixed in revision: r59006 (#b06f6da4), r59042 (#7a46670f), r59043 (#5df4b7fc), r59268 (#6ab38847)
  • Monitored by: » m_burkhard@gmx.ch (m_burkhard@gmx.ch)
Assignee
Assign to
Time tracking