We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When changing memory model, the first build always overwrites the previous model output.
How to reproduce:
SimpleIDE Version 1.1.1 /home/marco/SimpleIDE/Learn/Simple Libraries/ /home/marco/SimpleIDE/ Updated on: 2017-03-13 propeller-elf-gcc -v GCC 4.6.1 (propellergcc-alpha_v1_9_0_) propeller-elf-gcc -I . -L . -I /home/marco/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools -L /home/marco/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools/cmm/ -I /home/marco/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext -L /home/marco/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext/cmm/ -I /home/marco/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c -L /home/marco/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c/cmm/ -o Welcome.elf -Os -mcmm -m32bit-doubles -fno-exceptions -std=c99 Welcome.c -lm -lsimpletools -lsimpletext -lsimplei2c -lm -lsimpletools -lsimpletext -lm -lsimpletools -lm propeller-load -s Welcome.elf propeller-elf-objdump -h Welcome.elf Done. Build Succeeded!
SimpleIDE Version 1.1.1 /home/marco/SimpleIDE/Learn/Simple Libraries/ /home/marco/SimpleIDE/ Updated on: 2017-03-13 propeller-elf-gcc -v GCC 4.6.1 (propellergcc-alpha_v1_9_0_) propeller-elf-gcc -I . -L . -I /home/marco/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools -L /home/marco/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools/cmm/ -I /home/marco/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext -L /home/marco/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext/cmm/ -I /home/marco/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c -L /home/marco/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c/cmm/ -o cmm/Welcome.elf -Os -mcmm -m32bit-doubles -fno-exceptions -std=c99 Welcome.c -lm -lsimpletools -lsimpletext -lsimplei2c -lm -lsimpletools -lsimpletext -lm -lsimpletools -lm propeller-load -s cmm/Welcome.elf propeller-elf-objdump -h cmm/Welcome.elf Done. Build Succeeded!
SimpleIDE Version 1.1.1 /home/marco/SimpleIDE/Learn/Simple Libraries/ /home/marco/SimpleIDE/ Updated on: 2017-03-13 propeller-elf-gcc -v GCC 4.6.1 (propellergcc-alpha_v1_9_0_) propeller-elf-gcc -I . -L . -I /home/marco/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools -L /home/marco/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools/lmm/ -I /home/marco/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext -L /home/marco/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext/lmm/ -I /home/marco/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c -L /home/marco/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c/lmm/ -o cmm/Welcome.elf -Os -mlmm -m32bit-doubles -fno-exceptions -std=c99 Welcome.c -lm -lsimpletools -lsimpletext -lsimplei2c -lm -lsimpletools -lsimpletext -lm -lsimpletools -lm propeller-load -s cmm/Welcome.elf propeller-elf-objdump -h cmm/Welcome.elf Done. Build Succeeded!
SimpleIDE Version 1.1.1 /home/marco/SimpleIDE/Learn/Simple Libraries/ /home/marco/SimpleIDE/ Updated on: 2017-03-13 propeller-elf-gcc -v GCC 4.6.1 (propellergcc-alpha_v1_9_0_) propeller-elf-gcc -I . -L . -I /home/marco/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools -L /home/marco/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools/lmm/ -I /home/marco/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext -L /home/marco/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext/lmm/ -I /home/marco/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c -L /home/marco/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c/lmm/ -o lmm/Welcome.elf -Os -mlmm -m32bit-doubles -fno-exceptions -std=c99 Welcome.c -lm -lsimpletools -lsimpletext -lsimplei2c -lm -lsimpletools -lsimpletext -lm -lsimpletools -lm propeller-load -s lmm/Welcome.elf propeller-elf-objdump -h lmm/Welcome.elf Done. Build Succeeded!
The text was updated successfully, but these errors were encountered:
Thanks for detailed bug info. Will try to reproduce and fix.
Sorry, something went wrong.
No branches or pull requests
When changing memory model, the first build always overwrites the previous model output.
How to reproduce:
The text was updated successfully, but these errors were encountered: