Changes between Version 8 and Version 9 of Docs/825gen2/Dev/Simulating825gen2


Ignore:
Timestamp:
02/08/24 11:24:13 (10 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Simulating825gen2

    v8 v9  
    26263. There is now a duplicated build configuration. We will change this configuration to compile for the virtual machine simulation.
    27274. Right-click on the project and select "Properties...", Select "Settings". Make sure the "Configuration" is selected as "Debug-ARM825-SIM" and click the "Tool Settings" tab.
    28 5. Some projects might have "Cross Settings" under "Tool Settings". If so change the "Prefix" from "m68k-uclinux-" to blank "". If the "Cross Settings" is in the project the following steps 6-9 may then be skipped.
     285. Some projects might have "Cross Settings" under "Tool Settings". If so change the "Prefix" to blank "". If the "Cross Settings" is in the project the following steps 6-9 may then be skipped.
    29296. Select "GCC C++ Compiler". Change the "Command:" to "g++". This changes the compiler to compile for PC architecture.
    30307. Select "GCC C++ Linker". Change the "Command:" to "g++". This changes the linker to link the project for the PC architecture. Linking is the process of combining the already compiled code modules and libraries to create the executable.