Ok, I don't know how to explain it so I'm sending whole project in the attachment, I'm using psyq compiled for x64 and i use epsxe emulator.gwald wrote: February 4th, 2019, 8:08 am you might want to be more verbose with what you're doing if you want help, we're not mind readers.. yet.
Search found 4 matches
- February 4th, 2019, 9:24 am
- Forum: General Chat & Messaging
- Topic: Symbol 'System_Init' not defined
- Replies: 8
- Views: 17142
Re: Symbol 'System_Init' not defined
- February 4th, 2019, 2:45 am
- Forum: General Chat & Messaging
- Topic: Symbol 'System_Init' not defined
- Replies: 8
- Views: 17142
Re: Symbol 'System_Init' not defined
An object file is not a library file so you don't need to use -l.
ccpsx -Xm -Wall -Xo$80001000 main.c example1.obj example2.obj -lexample.lib -omain.cpe,main.sym,main.map
Thanks, that works, although I have new issue, after compiling the game and trying to run it in the emulator I only get ...
- February 3rd, 2019, 2:24 pm
- Forum: General Chat & Messaging
- Topic: Symbol 'System_Init' not defined
- Replies: 8
- Views: 17142
Re: Symbol 'System_Init' not defined
This is pretty basic CC stuff,
Symbol not defined means it tried linking to the library and couldn't find it, it's the .a or .lib file, it should go into the lib folder or in your working folder and you tell the compiler to use the library via the -L (library path if it's in a non standard folder ...
- February 3rd, 2019, 6:02 am
- Forum: General Chat & Messaging
- Topic: Symbol 'System_Init' not defined
- Replies: 8
- Views: 17142
Symbol 'System_Init' not defined
Hello
I have a problem with Playstation Development Library for the PSY-Q created by Orion, when I try running compile code using ccpsx I see following error:
C:\USERS\XXX\APPDATA\LOCAL\TEMP\PQ4 : Error : Symbol 'System_Init' not defined
C:\USERS\XXX\APPDATA\LOCAL\TEMP\PQ4 : Error : Symbol ...
I have a problem with Playstation Development Library for the PSY-Q created by Orion, when I try running compile code using ccpsx I see following error:
C:\USERS\XXX\APPDATA\LOCAL\TEMP\PQ4 : Error : Symbol 'System_Init' not defined
C:\USERS\XXX\APPDATA\LOCAL\TEMP\PQ4 : Error : Symbol ...