Changes between Version 8 and Version 9 of Docs/825gen2/Dev/Simulating825gen2
- Timestamp:
- 02/08/24 11:24:13 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Simulating825gen2
v8 v9 26 26 3. There is now a duplicated build configuration. We will change this configuration to compile for the virtual machine simulation. 27 27 4. 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.28 5. 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. 29 29 6. Select "GCC C++ Compiler". Change the "Command:" to "g++". This changes the compiler to compile for PC architecture. 30 30 7. 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.